Difference between revisions of "$fread"

From Scriptwiki
Jump to: navigation, search
 
Line 1: Line 1:
There are two different syntax's or $fread:
+
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)
 
 
 
 
 
Returns the number of bytes read into the specified binary variable, where M is the number of bytes to read.
 
  $fread(name | N, M, &binvar)
 

Revision as of 18: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])