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