Searched refs:rewind (Results 226 – 250 of 392) sorted by relevance
12345678910>>...16
7 * Description: Directory class with properties, handle and class and methods read, rewind and close
32 // rewind the file pointer to beginning of the file33 var_dump( rewind($file_handle) );
50 // rewind the file pointer to beginning of the file52 var_dump( rewind($file_handle) );
95 rewind($fp);
59 // rewind the file pointer to beginning of the file61 var_dump( rewind($file_handle) );
55 // rewind the file pointer to beginning of the file57 var_dump( rewind($file_handle) );
34 rewind($file_handle);
39 rewind($file_handle);
58 // remove last element from array, rewind and check end() 65 // remove any element !first, !last, rewind and check end()
31 rewind($b);
19 rewind($fp);
39 rewind($b);
2 oci_lob_seek()/rewind()/append()
107 public function rewind()111 $iter->rewind();
36 /*** HINT: If YOU plan to do so remember not to call rewind() -> see below ***/
42 rewind($b);
15 public function rewind() {}
Completed in 28 milliseconds