Dutch PHP Conference 2025 - Call For Papers

streamWrapper::stream_set_option

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

streamWrapper::stream_set_optionChange stream options

Опис

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

This method is called to set options on the stream.

Параметри

option

One of:

arg1

If option is

arg2

If option is

Значення, що повертаються

Повертає true у разі успіху або false в разі помилки. If option is not implemented, false should be returned.

Прогляньте також

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top