XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
StringReader Class Reference
Inheritance diagram for StringReader:
Inheritance graph

Public Member Functions

 currentpos ()
 
 length ()
 
 read ($bytes)
 
 seekto ($pos)
 
 StringReader ($str='')
 

Public Attributes

 $_pos
 
 $_str
 

Detailed Description

Definition at line 48 of file streams.php.

Member Function Documentation

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.

Member Data Documentation

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.


The documentation for this class was generated from the following file: