PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
require_once 'File.php';
mixed File::close (string $filename, string $mode)
mixed File::close
This function can be called statically.
Example 38-1. Using File::close()
<?php require_once 'File.php'; ?>