[Toc][Index]

@FILESEEK


@FILESEEK[n,offset,start]:  Moves the file pointer offset bytes in the 
file whose handle is n.  Returns the new position of the pointer, in bytes 
from the start of the file.  Set start to 0 to seek relative to the 
beginning of the file, 1 to seek relative to the current file pointer, or 
2 to seek relative to the end of the file.  The offset value may be 
negative (seek backward), positive (seek forward), or zero (return current 
position, but do not change it).  Be sure to read the cautionary note 
about file functions under Variable Functions. 

Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs