ICI Modules: misc: fread


Modules by name : by type

Synopsis

string = fread([file, ] int)

Description

Reads the specified number of bytes from a stream and returns it in a string. If no file is specified the current stdin is used. The result is astring of up to the specified number of bytes or NULL upon end of file.