Table of Contents
Interfaces
- StreamWrapperInterface
Properties
-
$context
: mixed
Methods
-
registerStreamWrapper()
: mixed
-
stream_close()
: bool
-
stream_eof()
: bool
-
stream_open()
: mixed
-
stream_read()
: string|false
-
stream_seek()
: int
-
stream_stat()
: array<string|int, mixed>
-
stream_tell()
: int|false
-
stream_write()
: int|false
-
url_stat()
: mixed
$context
public
mixed
$context
registerStreamWrapper()
public
static registerStreamWrapper(string $scheme, StreamWrapperFactoryInterface $factory) : mixed
Parameters
-
$scheme
: string
-
-
$factory
: StreamWrapperFactoryInterface
-
stream_close()
public
stream_close() : bool
stream_eof()
public
stream_eof() : bool
stream_open()
public
stream_open(string $path, string $mode, int $options, mixed &$opened_path) : mixed
Parameters
-
$path
: string
-
-
$mode
: string
-
-
$options
: int
-
-
$opened_path
: mixed
-
stream_read()
public
stream_read(int $count) : string|false
Parameters
-
$count
: int
-
Return values
string|false
stream_seek()
public
stream_seek(int $offset, int $whence) : int
Parameters
-
$offset
: int
-
-
$whence
: int
-
stream_stat()
public
stream_stat() : array<string|int, mixed>
Return values
array<string|int, mixed>
stream_tell()
public
stream_tell() : int|false
stream_write()
public
stream_write(string $data) : int|false
Parameters
-
$data
: string
-
url_stat()
public
url_stat(string $url, int $flags) : mixed
Parameters
-
$url
: string
-
-
$flags
: int
-