$fread: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Returns the next $crlf delimited line or the number of bytes read into the specified binary variable, where M is the number of bytes to read. | |||
$fread(name | N[,M, &binvar]) | |||
Returns the next $crlf delimited line | |||
$fread(name | N, M, &binvar) |
Revision as of 16:46, 19 December 2005
Returns the next $crlf delimited line or the number of bytes read into the specified binary variable, where M is the number of bytes to read.
$fread(name | N[,M, &binvar])