streamWrapper::stream_set_option
PHP Manual
PHP Manual»streamWrapper»streamWrapper::stream_set_option

streamWrapper::stream_set_option

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

streamWrapper::stream_set_optionChange stream options

Beschreibung

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

This method is called to set options on the stream.

Parameter-Liste

option

One of:

arg1

If option is

arg2

If option is

Rückgabewerte

Gibt bei Erfolg true zurück. Bei einem Fehler wird false zurückgegeben. If option is not implemented, false should be returned.

Siehe auch

To Top