AMFStream
Table of Contents
Properties
-
$bytes
: string
-
$pos
: int
Methods
-
__construct()
: mixed
-
peekByte()
: int
-
peekDouble()
: float|false
-
peekInt()
: int
-
peekLong()
: int
-
peekLongUTF()
: string
-
peekUTF()
: string
-
read()
: string
-
readByte()
: int
-
readDouble()
: float|false
-
readInt()
: int
-
readLong()
: int
-
readLongUTF()
: string
-
readUTF()
: string
$bytes
public
string
$bytes
$pos
public
int
$pos
__construct()
public
__construct(string &$bytes) : mixed
Parameters
-
$bytes
: string
-
peekByte()
public
peekByte() : int
peekDouble()
public
peekDouble() : float|false
Return values
float|false
peekInt()
public
peekInt() : int
peekLong()
public
peekLong() : int
peekLongUTF()
public
peekLongUTF() : string
peekUTF()
public
peekUTF() : string
read()
public
read(int $length) : string
Parameters
-
$length
: int
-
readByte()
public
readByte() : int
readDouble()
public
readDouble() : float|false
Return values
float|false
readInt()
public
readInt() : int
readLong()
public
readLong() : int
readLongUTF()
public
readLongUTF() : string
readUTF()
public
readUTF() : string