Constant Reference Points for fseek() : fseek « File Directory « PHP






Constant Reference Points for fseek()

 
SEEK_SET      (Default) the beginning of the file
 
SEEK_CUR      The current location of the file pointer
 
SEEK_END      One byte past the end of the file
  
  








Related examples in the same category

1.Using the fseek() Function
2.Moving Around a File with fseek()