Searched refs:pointer (Results 226 – 250 of 381) sorted by relevance
12345678910>>...16
13 * Description: Open a file or a URL and return a file pointer
7 Description: Reads to EOF on the given file pointer from the current position
9 Description: Gets line from file pointer and strip HTML tags49 // rewind the file pointer to beginning of the file62 var_dump( ftell($file_handle) ); // check the file pointer position
7 Description: Gets line from file pointer and parse for CSV fields58 // else rewind the file pointer to beginning of the file63 // rewind the file pointer to bof75 // check the file pointer position and if eof
55 // rewind the file so that for every foreach iteration the file pointer starts from bof
56 // rewind the file so that for every foreach iteration the file pointer starts from bof
60 // rewind the file so that for every foreach iteration the file pointer starts from bof
13 Description: Closes an open file pointer16 Description: Returns TRUE if the file pointer is at EOF or an error occurs
8 * Description: Test for end-of-file on a file pointer
59 // rewind the file so that for every foreach iteration the file pointer starts from bof
52 // rewind the file so that for every foreach iteration the file pointer starts from bof
57 // rewind the file so that for every foreach iteration the file pointer starts from bof
7 Description: Gets line from file pointer and parse for CSV fields56 // else rewind the file pointer to beginning of the file61 // rewind the file pointer to bof70 // check the file pointer position and if eof
7 Description: Gets line from file pointer and parse for CSV fields58 // else rewind the file pointer to beginning of the file63 // rewind the file pointer to bof74 // check the file pointer position and if eof
7 * and advance the pointer to the next element
10 pointer.177 What if your extension needs to access the `FILE*` of a user level file pointer?294 * `ops` is a pointer to the implementation,325 `php_stream`. For example, you might need a pointer to some memory for memory332 use the abstract pointer to refer to it.
Completed in 30 milliseconds