fclose

(PHP 3, PHP 4 )

fclose -- Closes an open file pointer

Description

bool fclose ( int fp)

The file pointed to by fp is closed.

Siker esetén TRUE értékkel tér vissza, ellenkező esetben FALSE értéket ad.

The file pointer must be valid, and must point to a file successfully opened by fopen() or fsockopen().