update : 2015.11.03
php.shukuma.com검색:
|
fgets(PHP 4, PHP 5, PHP 7) fgets — Gets line from file pointer 설명
string fgets
( resource
$handle
[, int $length
] )Gets a line from file pointer. 인수
반환값
Returns a string of up to
If an error occurs, 변경점
예제
Example #1 Reading a file line by line
<?php 주의
참고
|