Zend Framework
1.12
|
Public Member Functions | |
stream_open ($path, $mode, $options, &$opened_path) | |
Open the stream. | |
stream_close () | |
Close the stream. | |
stream_read ($count) | |
Read from the stream. | |
stream_write ($data) | |
Write to the stream. | |
stream_eof () | |
End of the stream? | |
stream_tell () | |
What is the current read/write position of the stream? | |
stream_seek ($offset, $whence) | |
Update the read/write position of the stream. | |
stream_flush () | |
Flush current cached stream data to storage. | |
stream_stat () | |
Returns data array of stream variables. | |
unlink ($path) | |
Attempt to delete the item. | |
rename ($path_from, $path_to) | |
Attempt to rename the item. | |
url_stat ($path, $flags) | |
Return array of URL variables. | |
mkdir ($path, $mode, $options) | |
Create a new directory. | |
rmdir ($path, $options) | |
Remove a directory. | |
dir_opendir ($path, $options) | |
Attempt to open a directory. | |
dir_readdir () | |
Return the next filename in the directory. | |
dir_rewinddir () | |
Reset the directory pointer. | |
dir_closedir () | |
Close a directory. | |
Protected Member Functions | |
_getStorageClient ($path= '') | |
Retrieve storage client for this stream type. | |
_getContainerName ($path) | |
Extract container name. | |
_getFileName ($path) | |
Extract file name. | |
Protected Attributes | |
$_fileName = null | |
$_temporaryFileName = null | |
$_temporaryFileHandle = null | |
$_storageClient = null | |
$_writeMode = false | |
$_blobs = null | |
|
protected |
Extract container name.
string | $path |
|
protected |
Extract file name.
string | $path |
|
protected |
Retrieve storage client for this stream type.
string | $path |
dir_closedir | ( | ) |
Close a directory.
dir_opendir | ( | $path, | |
$options | |||
) |
Attempt to open a directory.
string | $path | |
integer | $options |
dir_readdir | ( | ) |
Return the next filename in the directory.
dir_rewinddir | ( | ) |
Reset the directory pointer.
mkdir | ( | $path, | |
$mode, | |||
$options | |||
) |
Create a new directory.
string | $path | |
integer | $mode | |
integer | $options |
rename | ( | $path_from, | |
$path_to | |||
) |
Attempt to rename the item.
string | $path_from | |
string | $path_to |
rmdir | ( | $path, | |
$options | |||
) |
Remove a directory.
string | $path | |
integer | $options |
stream_close | ( | ) |
Close the stream.
stream_eof | ( | ) |
End of the stream?
stream_flush | ( | ) |
Flush current cached stream data to storage.
stream_open | ( | $path, | |
$mode, | |||
$options, | |||
& | $opened_path | ||
) |
Open the stream.
string | $path | |
string | $mode | |
integer | $options | |
string | $opened_path |
stream_read | ( | $count | ) |
Read from the stream.
integer | $count |
stream_seek | ( | $offset, | |
$whence | |||
) |
Update the read/write position of the stream.
integer | $offset | |
integer | $whence |
stream_stat | ( | ) |
Returns data array of stream variables.
stream_tell | ( | ) |
What is the current read/write position of the stream?
stream_write | ( | $data | ) |
Write to the stream.
string | $data |
unlink | ( | $path | ) |
Attempt to delete the item.
string | $path |
url_stat | ( | $path, | |
$flags | |||
) |
Return array of URL variables.
string | $path | |
integer | $flags |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |