MongoGridFSFile
PHP Manual

MongoGridFSFile::getBytes

(PECL mongo >=0.9.0)

MongoGridFSFile::getBytesReturns this file's contents as a string of bytes

Opis

public string MongoGridFSFile::getBytes ( void )

Warning: this will load the file into memory. If the file is bigger than your memory, this will cause problems!

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Returns a string of the bytes in the file.


MongoGridFSFile
PHP Manual