← All docs

Streams builtins

Builtins in the Streams category.

Streams builtins

FunctionSignatureReturns
fsockopen()(string $hostname, int $port, int $error_code = null, string $error_message = null, float $timeout = null): mixedmixed
pfsockopen()(string $hostname, int $port, int $error_code = null, string $error_message = null, float $timeout = null): mixedmixed
stream_bucket_append()(mixed $brigade, mixed $bucket): voidvoid
stream_bucket_prepend()(mixed $brigade, mixed $bucket): voidvoid
stream_filter_append()(resource $stream, string $filtername, int $read_write = 3, mixed $params = null): mixedmixed
stream_filter_prepend()(resource $stream, string $filtername, int $read_write = 3, mixed $params = null): mixedmixed