File::close()

File::close() -- closes an open file pointer

Synopsis

require_once 'File.php';

mixed File::close (string $filename, string $mode)

Description

Parameter

Return value

Throws

Note

This function can be called statically.

See

Example