update : 2015.11.03
php.shukuma.com검색:
|
SplFileObject::fread(PHP 5 >= 5.5.11) SplFileObject::fread — Read from file 설명
public string SplFileObject::fread
( int
$length
)Reads the given number of bytes from the file. 인수
반환값
Returns the string read from the file 실패 시 예제
Example #1 SplFileObject::fread() example
<?php 주의
|