Mega Code Archive

 
Categories / Php / File Directory
 

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