update : 2015.11.03
php.shukuma.com검색:
|
SplFileObject::fpassthru(PHP 5 >= 5.1.0) SplFileObject::fpassthru — Output all remaining data on a file pointer 설명
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. 인수이 함수는 인수가 없습니다. 반환값
Returns the number of characters read from 예제
Example #1 SplFileObject::fpassthru() example
<?php |