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