Lines Matching refs:length
12 Prototype: string fgetss ( resource $handle [, int $length [, string $allowable_tags]] );
58 echo "-- fgetss() with default length, file pointer at 0 --\n";
59 var_dump( fgetss($file_handle) ); // no length and allowable tags provided, reads entire file
65 echo "-- fgets() with length = 30, file pointer at 0 --\n";
66 var_dump( fgetss($file_handle ,30) ); // length parameter given,not reading entire file
87 -- fgetss() with default length, file pointer at 0 --
92 -- fgets() with length = 30, file pointer at 0 --
102 -- fgetss() with default length, file pointer at 0 --
107 -- fgets() with length = 30, file pointer at 0 --
117 -- fgetss() with default length, file pointer at 0 --
122 -- fgets() with length = 30, file pointer at 0 --
132 -- fgetss() with default length, file pointer at 0 --
137 -- fgets() with length = 30, file pointer at 0 --
147 -- fgetss() with default length, file pointer at 0 --
152 -- fgets() with length = 30, file pointer at 0 --
162 -- fgetss() with default length, file pointer at 0 --
167 -- fgets() with length = 30, file pointer at 0 --
177 -- fgetss() with default length, file pointer at 0 --
182 -- fgets() with length = 30, file pointer at 0 --
192 -- fgetss() with default length, file pointer at 0 --
197 -- fgets() with length = 30, file pointer at 0 --
207 -- fgetss() with default length, file pointer at 0 --
212 -- fgets() with length = 30, file pointer at 0 --