Definition at line 473 of file module.audio-video.flv.php.
◆ __construct()
AMFReader::__construct |
( |
& |
$stream | ) |
|
◆ readArray()
◆ readBoolean()
AMFReader::readBoolean |
( |
| ) |
|
◆ readData()
◆ readDate()
◆ readDouble()
AMFReader::readDouble |
( |
| ) |
|
◆ readLongString()
AMFReader::readLongString |
( |
| ) |
|
◆ readMixedArray()
AMFReader::readMixedArray |
( |
| ) |
|
Definition at line 579 of file module.audio-video.flv.php.
References $data, $key, and array.
581 $highestIndex = $this->stream->readLong();
585 while (
$key = $this->stream->readUTF()) {
586 if (is_numeric(
$key)) {
592 if ((
$key ==
'') && ($this->stream->peekByte() == 0x09)) {
594 $this->stream->readByte();
Create styles array
The data for the language used.
◆ readObject()
AMFReader::readObject |
( |
| ) |
|
Definition at line 562 of file module.audio-video.flv.php.
References $data, $key, and array.
568 while (
$key = $this->stream->readUTF()) {
572 if ((
$key ==
'') && ($this->stream->peekByte() == 0x09)) {
574 $this->stream->readByte();
Create styles array
The data for the language used.
◆ readString()
AMFReader::readString |
( |
| ) |
|
◆ readTypedObject()
AMFReader::readTypedObject |
( |
| ) |
|
◆ readXML()
◆ $stream
The documentation for this class was generated from the following file: