PeServer

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

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>
Return values
self

        
On this page

Search results