Lines Matching refs:stream

2692  * @param resource $stream
2695 function flock($stream, int $operation, &$would_block = null): bool {}
2715 /** @param resource $stream */
2716 function rewind($stream): bool {}
2723 /** @param resource $stream */
2724 function fclose($stream): bool {}
2726 /** @param resource $stream */
2727 function feof($stream): bool {}
2729 /** @param resource $stream */
2730 function fgetc($stream): string|false {}
2733 * @param resource $stream
2736 function fgets($stream, ?int $length = null): string|false {}
2739 * @param resource $stream
2742 function fread($stream, int $length): string|false {}
2752 * @param resource $stream
2756 function fscanf($stream, string $format, mixed &...$vars): array|int|false|null {}
2758 /** @param resource $stream */
2759 function fpassthru($stream): int {}
2761 /** @param resource $stream */
2762 function ftruncate($stream, int $size): bool {}
2765 * @param resource $stream
2769 function fstat($stream): array|false {}
2771 /** @param resource $stream */
2772 function fseek($stream, int $offset, int $whence = SEEK_SET): int {}
2774 /** @param resource $stream */
2775 function ftell($stream): int|false {}
2777 /** @param resource $stream */
2778 function fflush($stream): bool {}
2780 /** @param resource $stream */
2781 function fsync($stream): bool {}
2783 /** @param resource $stream */
2784 function fdatasync($stream): bool {}
2786 /** @param resource $stream */
2787 function fwrite($stream, string $data, ?int $length = null): int|false {}
2790 * @param resource $stream
2793 function fputs($stream, string $data, ?int $length = null): int|false {}
2832 /** @param resource $stream */
2833 function fputcsv($stream, array $fields, string $separator = ",", string $enclosure = "\"", string …
2836 * @param resource $stream
2840 function fgetcsv($stream, ?int $length = null, string $separator = ",", string $enclosure = "\"", s…
2947 /** @param resource $stream */
2948 function fprintf($stream, string $format, mixed ...$values): int {}
2950 /** @param resource $stream */
2951 function vfprintf($stream, string $format, array $values): int {}
3352 * @param resource $stream
3355 function stream_filter_prepend($stream, string $filter_name, int $mode = 0, mixed $params = UNKNOWN…
3358 * @param resource $stream
3361 function stream_filter_append($stream, string $filter_name, int $mode = 0, mixed $params = UNKNOWN)…
3406 * @param resource $stream
3409 function stream_socket_enable_crypto($stream, bool $enable, ?int $crypto_method = null, $session_st…
3412 /** @param resource $stream */
3413 function stream_socket_shutdown($stream, int $mode): bool {}
3431 * @param resource $stream
3434 function stream_get_contents($stream, ?int $length = null, int $offset = -1): string|false {}
3436 /** @param resource $stream */
3437 function stream_supports_lock($stream): bool {}
3439 /** @param resource $stream */
3440 function stream_set_write_buffer($stream, int $size): int {}
3443 * @param resource $stream
3446 function set_file_buffer($stream, int $size): int {}
3448 /** @param resource $stream */
3449 function stream_set_read_buffer($stream, int $size): int {}
3451 /** @param resource $stream */
3452 function stream_set_blocking($stream, bool $enable): bool {}
3455 * @param resource $stream
3458 function socket_set_blocking($stream, bool $enable): bool {}
3461 * @param resource $stream
3464 function stream_get_meta_data($stream): array {}
3467 * @param resource $stream
3471 function socket_get_status($stream): array {}
3474 * @param resource $stream
3477 function stream_get_line($stream, int $length, string $ending = ""): string|false {}
3494 /** @param resource|string $stream */
3495 function stream_is_local($stream): bool {}
3497 /** @param resource $stream */
3498 function stream_isatty($stream): bool {}
3501 /** @param resource $stream */
3502 function sapi_windows_vt100_support($stream, ?bool $enable = null): bool {}
3505 /** @param resource $stream */
3506 function stream_set_chunk_size($stream, int $size): int {}
3509 /** @param resource $stream */
3510 function stream_set_timeout($stream, int $seconds, int $microseconds = 0): bool {}
3513 * @param resource $stream
3516 function socket_set_timeout($stream, int $seconds, int $microseconds = 0): bool {}
3690 * @param resource $stream
3693 function stream_bucket_new($stream, string $buffer): object {}