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