Lines Matching defs:stream
44 function gzwrite($stream, string $data, ?int $length = null): int|false {}
50 function gzputs($stream, string $data, ?int $length = null): int|false {}
56 function gzrewind($stream): bool {}
62 function gzclose($stream): bool {}
68 function gzeof($stream): bool {}
74 function gzgetc($stream): string|false {}
80 function gzpassthru($stream): int {}
86 function gzseek($stream, int $offset, int $whence = SEEK_SET): int {}
92 function gztell($stream): int|false {}
98 function gzread($stream, int $length): string|false {}
104 function gzgets($stream, ?int $length = null): string|false {}