Searched refs:rewind (Results 251 – 275 of 392) sorted by relevance
1...<<111213141516
39 rewind($file_handle);
34 rewind($file_handle);
60 // rewind the file so that for every foreach iteration the file pointer starts from bof61 rewind($file_handle);
55 // rewind the file pointer to beginning of the file57 var_dump( rewind($file_handle) );
52 // rewind the file pointer to beginning of the file54 var_dump( rewind($file_handle) );
65 // rewind the file so that for every foreach iteration the file pointer starts from bof66 rewind($file_handle);
51 rewind($file_handle);
34 var_dump(rewind($fp));
49 rewind($file_handle);
42 rewind($file_handle);
37 rewind($file_handle);
50 rewind(fd); in gdImageCreateFromXbm()
22 * Description: Directory class with properties, handle and class and methods read, rewind and close
16 public function rewind() { return reset($this->a); }
Completed in 37 milliseconds