$fread

From Scriptwiki
Revision as of 18:43, 19 December 2005 by Doomie (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

There are two different syntax's or $fread:


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)