Method |
Description |
|
__call ( string $method, array $args ) : void |
Call method |
|
register ( string $name = 'zend.view', boolean $overwrite = true ) : void |
Register stream wrapper |
|
streamEof ( ) : boolean |
Tells if we are at the end of the stream. |
|
streamOpen ( string $path, string $mode ) : boolean |
Opens the script file and converts markup. |
|
streamRead ( integer $count ) : string |
Reads from the stream. |
|
streamSeek ( integer $offset, integer $whence ) : boolean |
Seek to a specific point in the stream. |
|
streamStat ( ) : array |
Stream statistics. |
|
streamTell ( ) : integer |
Tells the current position in the stream. |
|
streamWrite ( string $data ) : integer |
Write in the stream |
|
urlStat ( string $path ) : array |
Retrieve information about a file
Always return empty array because data come from the database |
|