REWIND
Rewind the position of a file pointer
SYNTAX
rewind ( resource $handle ) : bool
PARAMETERS
handle
The file pointer must be valid, and must point to a file successfully opened by fopen().
RETURN
Returns TRUE on success or FALSE on failure.
EXAMPLES
Hello, long sentence