Lines Matching defs:stream
210 function gzwrite($stream, string $data, ?int $length = null): int|false {}
217 function gzputs($stream, string $data, ?int $length = null): int|false {}
223 function gzrewind($stream): bool {}
229 function gzclose($stream): bool {}
235 function gzeof($stream): bool {}
241 function gzgetc($stream): string|false {}
247 function gzpassthru($stream): int {}
253 function gzseek($stream, int $offset, int $whence = SEEK_SET): int {}
259 function gztell($stream): int|false {}
265 function gzread($stream, int $length): string|false {}
271 function gzgets($stream, ?int $length = null): string|false {}