PHP » GoLang |
login |
register |
about
|
GoLang SplFileObject::fpassthru
request it (286)
GoLang replacement for PHP's SplFileObject::fpassthru
[edit | history]
SplFileObject::fpassthru(PHP 5 >= 5.1.0, PHP 7) SplFileObject::fpassthru — Output all remaining data on a file pointer Description
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. ParametersThis function has no parameters. Return Values
Returns the number of characters read from Examples
Example #1 SplFileObject::fpassthru() example
<?php |
more
Recently updated
more
Most requested
more
Last requests
|