fclose
Closes an open file pointer
Description
boolfclose
resourcehandle
The file pointed to by handle is closed.
&return.success;
The file pointer must be valid, and must point to a file
successfully opened by fopen or
fsockopen.
A simple fclose example
]]>