Documentation

StreamWrapperRegistrar
in package
implements StreamWrapperInterface

FinalYes

Table of Contents

Interfaces

StreamWrapperInterface

Properties

$context  : mixed

Methods

registerStreamWrapper()  : mixed
stream_close()  : bool
stream_eof()  : bool
stream_open()  : bool
stream_read()  : string|false
stream_seek()  : int
stream_stat()  : array<string|int, mixed>
stream_tell()  : int|false
stream_write()  : int|false
url_stat()  : bool|array<string|int, mixed>

Properties

Methods

stream_close()

public stream_close() : bool
Tags
see
StreamWrapperInterface::stream_close
Return values
bool

stream_eof()

public stream_eof() : bool
Tags
see
StreamWrapperInterface::stream_eof
Return values
bool

stream_read()

public stream_read(int $count) : string|false
Parameters
$count : int
Tags
see
StreamWrapperInterface::stream_read
Return values
string|false

stream_seek()

public stream_seek(int $offset, int $whence) : int
Parameters
$offset : int
$whence : int
Tags
see
StreamWrapperInterface::stream_seek
Return values
int

stream_stat()

public stream_stat() : array<string|int, mixed>
Tags
see
StreamWrapperInterface::stream_stat
Return values
array<string|int, mixed>

stream_tell()

public stream_tell() : int|false
Tags
see
StreamWrapperInterface::stream_tell
Return values
int|false

stream_write()

public stream_write(string $data) : int|false
Parameters
$data : string
Tags
see
StreamWrapperInterface::stream_write
Return values
int|false

        
On this page

Search results