MongoGridFSFile::getBytesReturns this file's contents as a string of bytes Beschreibung
   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! Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns a string of the bytes in the file. BeispieleBeispiel #1 MongoGridFSFile::getBytes example 
<?php |