Voting

: zero plus three?
(Example: nine)

The Note You're Voting On

MagicalTux at kinoko dot fr
17 years ago
Note that rewind($fd) is exactly the same as fseek($fd, 0, SEEK_SET)

rewind() just moves the location inside the file to the beginning, nothing more. Check if your stream is "seekable" before planning to use fseek/rewind.

<< Back to user notes page

To Top