PHP3 Manual | ||
---|---|---|
Prev | Next |
fclose -- close an open file pointer
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().
Prev | Home | Next |
dirname | Up | feof |