|
streamWrapper::stream_set_option(PHP 5 >= 5.3.0) streamWrapper::stream_set_option — Change stream options Описание
public bool streamWrapper::stream_set_option
( int $option
, int $arg1
, int $arg2
)
This method is called to set options on the stream. Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. If option is not implemented, FALSE should be returned. Смотрите также
|
|