fileio_fclose
Format:
fileio_fclose ( file ) |
Purpose:
Close a file.
The parameter file must be a file (returned by fileio_fopen()).
Return Values:
Upon successful completion, fileio_fclose() returns true.
Otherwise, an error code (Integer type) is returned.
Configuration:
This function is only allowed, if secure mode is off.
See fileio_fopen() for an example
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.
Try the AJAX Article
(in German) on www.h-e-i.de.
© 1996-2024 H.E.I. All Rights Reserved.
|