Core Class
View Source on Trac ↗
Core Class
getid3_handler
class getid3_handler
// Constructor: function Object() { [native code] } No description available.
Methods 14 methods
| Method / Return | Description |
|---|---|
| __construct() void | getid3_handler constructor.
Parameters: $getid3: getID3, $call_module: mixed |
| Analyze() bool | Analyze from file pointer. |
| AnalyzeString() void | Analyze from string instead.
Parameters: $string: mixed |
| setStringMode() void | No description available.
Parameters: $string: mixed |
| ftell() (int | No description available. |
| fread() (string | No description available.
Parameters: $bytes: mixed |
| fseek() int | No description available.
Parameters: $bytes: mixed, $whence: mixed |
| fgets() (string | No description available. |
| feof() bool | No description available. |
| isDependencyFor() bool | No description available.
Parameters: $module: mixed |
| error() bool | No description available.
Parameters: $text: mixed |
| warning() bool | No description available.
Parameters: $text: mixed |
| notice() void | No description available.
Parameters: $text: mixed |
| saveAttachment() (string | No description available.
Parameters: $name: mixed, $offset: mixed, $length: mixed, $image_mime: mixed |
Properties
| Property / Type | Description |
|---|---|
| $getid3 mixed public | No description available. |
| $data_string_flag mixed public | No description available. |
| $data_string mixed public | No description available. |
| $data_string_position mixed public | No description available. |
| $data_string_length mixed public | No description available. |
| $dependency_to mixed public | No description available. |
Class Information
Source File
wp-includes/ID3/getid3.php
Advertisement