Difference between revisions of "$fread"
From Scriptwiki
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 17: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])