PHP 8.5.0 Alpha 2 available for testing

streamWrapper::stream_set_option

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

streamWrapper::stream_set_optionCambia las opciones del flujo

Descripción

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

Este método es llamado para modificar las opciones del flujo.

Parámetros

option

Una de las constantes entre:

arg1

Si option es

arg2

Si option es

Valores devueltos

Esta función retorna true en caso de éxito o false si ocurre un error. Si option no está implementada, false debe ser retornado.

Ver también

add a note

User Contributed Notes

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