File::rewind()

File::rewind() -- rewinds a file pointer

Synopsis

require_once 'File.php';

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

Description

Parameter

Return value

Throws

Note

This function can be called statically.

See

Example