[ 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: | 66 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_Gdata_MimeFile:: (2 methods):
__construct()
read()
Class: Zend_Gdata_MimeFile - X-Ref
A wrapper for strings for buffered reading.__construct($fileHandle) X-Ref |
Create a new MimeFile object. param: string $fileHandle An open file handle to the file being |
read($bytesRequested) X-Ref |
Read the next chunk of the file. param: integer $bytesRequested The size of the chunk that is to be read. return: string A corresponding piece of the message. This could be |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |