require_once 'File.php';
mixed File::close (string $filename, string $mode)
mixed File::close
This function can be called statically.
Example 30-1. Using File::close()
<?php require_once 'File.php'; ?>