|
XOOPS RMCommon Utilities
2.1.8.91RC
|

Public Member Functions | |
| currentpos () | |
| length () | |
| read ($bytes) | |
| seekto ($pos) | |
| StringReader ($str='') | |
Public Attributes | |
| $_pos | |
| $_str | |
Definition at line 48 of file streams.php.
| StringReader::currentpos | ( | ) |
Definition at line 73 of file streams.php.
References $_pos.
| StringReader::length | ( | ) |
Definition at line 77 of file streams.php.
| StringReader::read | ( | $bytes | ) |
Definition at line 57 of file streams.php.
References $data.
| StringReader::seekto | ( | $pos | ) |
Definition at line 66 of file streams.php.
References $_pos.
| StringReader::StringReader | ( | $str = '' | ) |
Definition at line 52 of file streams.php.
References $str.
| StringReader::$_pos |
Definition at line 49 of file streams.php.
Referenced by currentpos(), and seekto().
| StringReader::$_str |
Definition at line 50 of file streams.php.