downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

streamWrapper::stream_close> <streamWrapper::rmdir
[edit] Last updated: Thu, 23 May 2013

view this page in

streamWrapper::stream_cast

(PHP 5 >= 5.3.0)

streamWrapper::stream_castRecuperar el recurso subyacente

Descripción

public resource streamWrapper::stream_cast ( int $cast_as )

Este método es llamado en respuesta a stream_select().

Parámetros

cast_as

Puede ser STREAM_CAST_FOR_SELECT cuando stream_select() llama a stream_cast(), o STREAM_CAST_AS_STREAM cuando stream_cast() es llamado para otros usos.

Valores devueltos

Debería devolver el recurso de flujo subyacente usado por la envoltura, o FALSE.

Ver también

  • stream_select() - Ejecuta el equivalente de la llamada al sistema select() sobre las matrices de flujos dadas con un tiempo de espera especificado por tv_sec y tv_usec



add a note add a note User Contributed Notes streamWrapper::stream_cast - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites