Searched refs:gzgets (Results 1 – 5 of 5) sorted by relevance
2 Test function gzgets() by calling it with its expected arguments8 // note that gzgets is an alias to fgets. parameter checking tests will be15 var_dump(gzgets( $h, $length ) );19 var_dump(gzgets($h));
16 // note that gzgets is an alias to fgets. parameter checking tests will be17 // the same as gzgets
40 gzgets
271 function gzgets($stream, ?int $length = null): string|false {} function
Completed in 6 milliseconds