Core Class
View Source on Trac ↗
Core Class
POMO_StringReader
class POMO_StringReader
// Constructor: function Object() { [native code] } Provides file-like methods for manipulating a string instead
Methods 6 methods
| Method / Return | Description |
|---|---|
| __construct() void | PHP5 constructor.
Parameters: $str: mixed |
| POMO_StringReader() void | PHP4 constructor.
Parameters: $str: mixed |
| read() string | No description available.
Parameters: $bytes: mixed |
| seekto() int | No description available.
Parameters: $pos: mixed |
| length() int | No description available. |
| read_all() string | No description available. |
Properties
| Property / Type | Description |
|---|---|
| $_str mixed public | No description available. |
Class Information
Source File
wp-includes/pomo/streams.php
Advertisement