Definition at line 332 of file module.audio-video.flv.php.
◆ AMFReader()
AMFReader::AMFReader |
( |
& |
$stream | ) |
|
◆ readArray()
Definition at line 465 of file module.audio-video.flv.php.
References $data.
466 $length = $this->stream->readLong();
470 for ($i = 0; $i < count($length); $i++) {
while($lm_rec=$ilDB->fetchAssoc($lm_set)) $data
◆ readBoolean()
AMFReader::readBoolean |
( |
| ) |
|
◆ readData()
Definition at line 339 of file module.audio-video.flv.php.
342 $type = $this->stream->readByte();
402 $value =
'(unknown or unsupported data type)';
◆ readDate()
◆ readDouble()
AMFReader::readDouble |
( |
| ) |
|
◆ readLongString()
AMFReader::readLongString |
( |
| ) |
|
◆ readMixedArray()
AMFReader::readMixedArray |
( |
| ) |
|
Definition at line 441 of file module.audio-video.flv.php.
References $data.
443 $highestIndex = $this->stream->readLong();
447 while ($key = $this->stream->readUTF()) {
449 if (($key ==
'') && ($this->stream->peekByte() == 0x09)) {
451 $this->stream->readByte();
455 if (is_numeric($key)) {
while($lm_rec=$ilDB->fetchAssoc($lm_set)) $data
◆ readObject()
AMFReader::readObject |
( |
| ) |
|
Definition at line 421 of file module.audio-video.flv.php.
References $data.
423 $highestIndex = $this->stream->readLong();
427 while ($key = $this->stream->readUTF()) {
429 if (($key ==
'') && ($this->stream->peekByte() == 0x09)) {
431 $this->stream->readByte();
while($lm_rec=$ilDB->fetchAssoc($lm_set)) $data
◆ readString()
AMFReader::readString |
( |
| ) |
|
◆ readTypedObject()
AMFReader::readTypedObject |
( |
| ) |
|
◆ readXML()
◆ $stream
The documentation for this class was generated from the following file: