StreamMetaData
in package
Read onlyYes
`stream_get_meta_data`
Table of Contents
Properties
- $crypto : array<string|int, mixed>
- $data : mixed
- $eof : bool
- $isBlocked : bool
- $isTimedOut : bool
- $mode : string
- $seekable : bool
- $streamType : string
- $unreadBytes : int
- $uri : string
- $wrapperType : string
Methods
- __construct() : mixed
- 生成。
- createFromStream() : self
- `stream_get_meta_data` から作成。
Properties
$crypto
public
array<string|int, mixed>
$crypto
$data
public
mixed
$data
$eof
public
bool
$eof
$isBlocked
public
bool
$isBlocked
$isTimedOut
public
bool
$isTimedOut
$mode
public
string
$mode
$seekable
public
bool
$seekable
$streamType
public
string
$streamType
$unreadBytes
public
int
$unreadBytes
$uri
public
string
$uri
$wrapperType
public
string
$wrapperType
Methods
__construct()
生成。
public
__construct(bool $isTimedOut, bool $isBlocked, bool $eof, string $streamType, string $wrapperType, string $mode, bool $seekable, string $uri, array<string|int, mixed> $crypto, mixed $data, int $unreadBytes) : mixed
Parameters
- $isTimedOut : bool
- $isBlocked : bool
- $eof : bool
- $streamType : string
- $wrapperType : string
- $mode : string
- $seekable : bool
- $uri : string
- $crypto : array<string|int, mixed>
- $data : mixed
- $unreadBytes : int
createFromStream()
`stream_get_meta_data` から作成。
public
static createFromStream(array<string, mixed> $values) : self
Parameters
- $values : array<string, mixed>