VariableStream
Table of Contents
Properties
-
$position
: mixed
-
$varname
: mixed
Methods
-
stream_eof()
: mixed
-
stream_open()
: mixed
-
stream_read()
: mixed
-
stream_seek()
: mixed
-
stream_stat()
: mixed
-
stream_tell()
: mixed
$position
public
mixed
$position
$varname
public
mixed
$varname
stream_eof()
public
stream_eof() : mixed
stream_open()
public
stream_open(mixed $path, mixed $mode, mixed $options, mixed &$opened_path) : mixed
Parameters
-
$path
: mixed
-
-
$mode
: mixed
-
-
$options
: mixed
-
-
$opened_path
: mixed
-
stream_read()
public
stream_read(mixed $count) : mixed
Parameters
-
$count
: mixed
-
stream_seek()
public
stream_seek(mixed $offset, mixed $whence) : mixed
Parameters
-
$offset
: mixed
-
-
$whence
: mixed
-
stream_stat()
public
stream_stat() : mixed
stream_tell()
public
stream_tell() : mixed