getid3_handler::error() –
You appear to be a bot. Output may be restricted
Description
Usage
$bool = getid3_handler::error( $text );
Parameters
- $text
- ( string ) required –
Returns
bool
Source
File name: wordpress/wp-includes/ID3/getid3.php
Lines:
1 to 5 of 5
protected function error($text) { $this->getid3->info['error'][] = $text; return false; }