| |
fileio_fread
Format:
fileio_fread ( file, size ) |
Purpose:
Read size from file into a string value.
The parameter file must be a file.
The parameter size must be an integer.
Return Values:
Upon successful completion, fileio_fread() returns the string read from
the file.
Otherwise, an error code (Integer type) is returned.
See fileio_fopen() for an example
Configuration:
This function is only allowed, if secure mode is off.
See Also:
fileio_fopen(), fileio_fread(),
fileio_fwrite(), fileio_feof(),
fileio_strerror().
This page was dynamically generated by the
web application development tool RADpage
of H.E.I.
Selected blog articles :
3D Objects on HTML pages,
CSS Transition Visibility, and
CSS Transition Display.
© 1996-2024 H.E.I. All Rights Reserved.
|