Frewind
Jump to navigation
Jump to search
Definition
UNDEFINED frewind ( <INT filehandle> )
Sets the byte offset (reading position) to the begin of a certain file. This is similair to using:
fseek(file_id,0,SEEK_SET);
Parameters
INT filehandle | - The FileHandle of the file returned by fopen(). |
Returns
INT
1 | - The begin position of the file. |
See also
fseek()