Difference between revisions of "$fread"

From Scriptwiki
Jump to: navigation, search
(No difference)

Revision as of 18:43, 19 December 2005

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)