| ★ wanayoo — archive 1999 http://www.phpwebdev.com/manual/function.fclose.html | Nouvelle recherche | Portail wanayoo |
int fclose(int fp);The file pointed to by fp is closed.
Returns true on success and false on failure.
The file pointer must be valid, and must point to a file successfully opened by fopen() or fsockopen().