Searched refs:pointer (Results 176 – 200 of 381) sorted by relevance
12345678910>>...16
7 Description: Gets character from file pointer32 // rewind the file pointer to beginning of the file41 var_dump( feof($file_handle) ); // check if end of file pointer is set
11 Description: Seeks on a file pointer14 Description: Rewind the position of a file pointer17 Description: Tells file pointer read/write position53 // set file pointer to 060 var_dump( ftell($file_handle) ); // confirm the file pointer position61 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
11 Description: Seeks on a file pointer14 Description: Rewind the position of a file pointer17 Description: Tells file pointer read/write position57 var_dump( ftell($file_handle) ); // confirm the file pointer position58 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
8 * Description: Open a file or a URL and return a file pointer
7 Description: Gets line from file pointer and parse for CSV fields
8 * Description: Seek on a file pointer
6 * Description: Return the element currently pointed to by the internal array pointer
6 * Description: Move array argument's internal pointer to the previous element and return it
7 * and advance the pointer to the next element
2 Bug #22538 (filtered stream doesn't update file pointer)
2 Bug #54798 (Segfault when CURLOPT_STDERR file pointer is closed before calling curl_exec)
2 array_splice() function precerve foreach by reference iterator pointer
12 * Description: Open a .gz-file and return a .gz-file pointer
Completed in 50 milliseconds