|
SplFileObject::fpassthruOutput all remaining data on a file pointer Beschreibung
public int SplFileObject::fpassthru
( void
)
Reads to EOF on the given file pointer from the current position and writes the results to the output buffer. You may need to call SplFileObject::rewind to reset the file pointer to the beginning of the file if you have already written data to the file. Parameter-ListeDiese Funktion hat keine Parameter. Rückgabewerte
Returns the number of characters read from Beispiele
Beispiel #1 SplFileObject::fpassthru example
<?phpSiehe auch
|