Lines Matching refs:pointer
7 Description: Gets line from file pointer and strip HTML tags
46 echo "-- fgetss() with default length, file pointer at 0 --\n";
53 echo "-- fgets() with length = 30, file pointer at 0 --\n";
55 var_dump( ftell($file_handle) ); // checking file pointer position initially
56 var_dump( feof($file_handle) ); // confirm file pointer is not at eof
71 -- fgetss() with default length, file pointer at 0 --
76 -- fgets() with length = 30, file pointer at 0 --
82 -- fgetss() with default length, file pointer at 0 --
87 -- fgets() with length = 30, file pointer at 0 --
93 -- fgetss() with default length, file pointer at 0 --
98 -- fgets() with length = 30, file pointer at 0 --
104 -- fgetss() with default length, file pointer at 0 --
109 -- 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 --
126 -- fgetss() with default length, file pointer at 0 --
131 -- fgets() with length = 30, file pointer at 0 --