class StreamIO
This class provides stream input and output operations and supports buffering for write operations. PHP will search for a protocol handler (also known as a wrapper) for schemes in the form of "scheme://...". unless URL-aware fopen wrappers and other wrappers are disabled.
Located in /streamio.class.php (line 21)
Exception | --PException | --StreamIo
function GetInstance
This method instantiates a new object from this class; more specifically, it's a singleton instance.
function Read
This method opens a file and reads all bytes from the file pointer (binary-safe).
function ReadLength
This method opens a file and reads a specific number of bytes from the file pointer (binary-safe).
function ReadStream
This method opens a URL and reads all bytes from the file pointer (binary-safe).
function ReadStreamLength
This method opens a URL and reads a specific number of bytes from the file pointer (binary-safe).
function Write
This method opens a file or URL and writes bytes to the file pointer (binary-safe).
Inherited From PException
PException::Display()
Documentation generated on Thu, 9 Sep 2004 09:03:40 -0400 by phpDocumentor 1.3.0RC3