PHP » PYTHON |
login |
register |
about
|
f.seek(0) rewind(PHP 4, PHP 5) rewind — Rewind the position of a file pointer Description
bool rewind
( resource $handle
)
Sets the file position indicator for handle to the beginning of the file stream.
Parameters
Return ValuesReturns TRUE on success or FALSE on failure. Examples
Example #1 rewind() overwriting example
<?php The above example will output something similar to: Foolly long sentence.
|
more
Recently updated
more
Most requested
more
Last requests
|