streamWrapper::stream_cast
streamWrapper::stream_cast
(PHP 5 >= 5.3.0, PHP 7)
streamWrapper::stream_cast - 检索下层资源
描述
public resource streamWrapper::stream_cast ( int $cast_as )
该方法在响应stream_select()时被调用。
参数
cast_as
可STREAM_CAST_FOR_SELECT
当stream_select()是调用stream_cast()
或STREAM_CAST_AS_STREAM
当stream_cast()
被调用用于其他用途。
返回值
应该返回包装器使用的底层流资源,或者FALSE
。
另请参阅
- stream_select() - 在tv_sec和tv_usec指定的超时的情况下,对给定流数组运行select()系统调用的等价操作
← streamWrapper::rmdir
streamWrapper::stream_close →