Lines Matching refs:pointer
13 Description: Gets line from file pointer and strip HTML tags
49 // rewind the file pointer to beginning of the file
56 echo "-- fgetss() with default length, file pointer at 0 --\n";
63 echo "-- fgets() with length = 30, file pointer at 0 --\n";
65 var_dump( ftell($file_handle) ); // checking file pointer position initially
66 var_dump( feof($file_handle) ); // confirm file pointer is not at eof
85 -- fgetss() with default length, file pointer at 0 --
90 -- fgets() with length = 30, file pointer at 0 --
100 -- fgetss() with default length, file pointer at 0 --
105 -- fgets() with length = 30, file pointer at 0 --
115 -- fgetss() with default length, file pointer at 0 --
120 -- fgets() with length = 30, file pointer at 0 --
130 -- fgetss() with default length, file pointer at 0 --
135 -- fgets() with length = 30, file pointer at 0 --
145 -- fgetss() with default length, file pointer at 0 --
150 -- fgets() with length = 30, file pointer at 0 --
160 -- fgetss() with default length, file pointer at 0 --
165 -- fgets() with length = 30, file pointer at 0 --
175 -- fgetss() with default length, file pointer at 0 --
180 -- fgets() with length = 30, file pointer at 0 --
190 -- fgetss() with default length, file pointer at 0 --
195 -- fgets() with length = 30, file pointer at 0 --
205 -- fgetss() with default length, file pointer at 0 --
210 -- fgets() with length = 30, file pointer at 0 --