โ— Shell
clean mode source โ†—

PHP: streamWrapper::stream_set_option - Manual

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

streamWrapper::stream_set_option โ€” Change stream options

Description

public function streamWrapper::stream_set_option(int $option, int $arg1, int $arg2): bool

Parameters

option

One of:

arg1

If option is

arg2

If option is

Return Values

Returns true on success or false on failure. If option is not implemented, false should be returned.

See Also