AMFStream::readLongUTF()
{} It's a method of the class: AMFStream{}
No Hooks.
Return
String
.
Usage
$AMFStream = new AMFStream(); $AMFStream->readLongUTF();
Code of AMFStream::readLongUTF() AMFStream::readLongUTF WP 6.0
public function readLongUTF() { $length = $this->readLong(); return $this->read($length); }