Lines Matching defs:stream
69 function gzwrite($stream, string $data, ?int $length = null): int|false {}
75 function gzputs($stream, string $data, ?int $length = null): int|false {}
81 function gzrewind($stream): bool {}
87 function gzclose($stream): bool {}
93 function gzeof($stream): bool {}
99 function gzgetc($stream): string|false {}
105 function gzpassthru($stream): int {}
111 function gzseek($stream, int $offset, int $whence = SEEK_SET): int {}
117 function gztell($stream): int|false {}
123 function gzread($stream, int $length): string|false {}
129 function gzgets($stream, ?int $length = null): string|false {}