| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
| Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| Version: | $Id$ |
| File Size: | 497 lines (13 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Zend_Service_Amazon_S3_Stream:: (20 methods):
_getS3Client()
_getNamePart()
stream_open()
stream_close()
stream_read()
stream_write()
stream_eof()
stream_tell()
stream_seek()
stream_flush()
stream_stat()
unlink()
rename()
mkdir()
rmdir()
dir_opendir()
url_stat()
dir_readdir()
dir_rewinddir()
dir_closedir()
Class: Zend_Service_Amazon_S3_Stream - X-Ref
Amazon S3 PHP stream wrapper| _getS3Client($path) X-Ref |
| Retrieve client for this stream type param: string $path return: Zend_Service_Amazon_S3 |
| _getNamePart($path) X-Ref |
| Extract object name from URL param: string $path return: string |
| stream_open($path, $mode, $options, $opened_path) X-Ref |
| Open the stream param: string $path param: string $mode param: integer $options param: string $opened_path return: boolean |
| stream_close() X-Ref |
| Close the stream return: void |
| stream_read($count) X-Ref |
| Read from the stream param: integer $count return: string |
| stream_write($data) X-Ref |
| Write to the stream param: string $data return: integer |
| stream_eof() X-Ref |
| End of the stream? return: boolean |
| stream_tell() X-Ref |
| What is the current read/write position of the stream return: integer |
| stream_seek($offset, $whence) X-Ref |
| Update the read/write position of the stream param: integer $offset param: integer $whence return: boolean |
| stream_flush() X-Ref |
| Flush current cached stream data to storage return: boolean |
| stream_stat() X-Ref |
| Returns data array of stream variables return: array |
| unlink($path) X-Ref |
| Attempt to delete the item param: string $path return: boolean |
| rename($path_from, $path_to) X-Ref |
| Attempt to rename the item param: string $path_from param: string $path_to return: boolean False |
| mkdir($path, $mode, $options) X-Ref |
| Create a new directory param: string $path param: integer $mode param: integer $options return: boolean |
| rmdir($path, $options) X-Ref |
| Remove a directory param: string $path param: integer $options return: boolean |
| dir_opendir($path, $options) X-Ref |
| Attempt to open a directory param: string $path param: integer $options return: boolean |
| url_stat($path, $flags) X-Ref |
| Return array of URL variables param: string $path param: integer $flags return: array |
| dir_readdir() X-Ref |
| Return the next filename in the directory return: string |
| dir_rewinddir() X-Ref |
| Reset the directory pointer return: boolean True |
| dir_closedir() X-Ref |
| Close a directory return: boolean True |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |