update : 2015.11.03
php.shukuma.com검색:
|
stream_get_line(PHP 5) stream_get_line — Gets line from stream resource up to a given delimiter 설명
string stream_get_line
( resource
$handle
, int $length
[, string $ending
] )Gets a line from the given handle.
Reading ends when This function is nearly identical to fgets() except in that it allows end of line delimiters other than the standard \n, \r, and \r\n, and does not return the delimiter itself. 인수
반환값
Returns a string of up to
If an error occurs, returns |