Core Class
View Source on Trac ↗
Core Class
POMO_Reader
class POMO_Reader
// Constructor: function Object() { [native code] } No description available.
Methods 11 methods
| Method / Return | Description |
|---|---|
| __construct() void | PHP5 constructor. |
| POMO_Reader() void | PHP4 constructor. |
| setEndian() void | Sets the endianness of the file.
Parameters: $endian: mixed |
| readint32() mixed | Reads a 32bit Integer from the Stream |
| readint32array() mixed | Reads an array of 32-bit Integers from the Stream
Parameters: $count: mixed |
| substr() string | No description available.
Parameters: $input_string: mixed, $start: mixed, $length: mixed |
| strlen() int | No description available.
Parameters: $input_string: mixed |
| str_split() array | No description available.
Parameters: $input_string: mixed, $chunk_size: mixed |
| pos() int | No description available. |
| is_resource() true | No description available. |
| close() true | No description available. |
Properties
| Property / Type | Description |
|---|---|
| $endian mixed public | No description available. |
| $_pos mixed public | No description available. |
| $is_overloaded mixed public | No description available. |
Class Information
Source File
wp-includes/pomo/streams.php
Advertisement