Parsed: 112201

  public function readUTF() {
    $length = $this->AMFStream::readInt();
    return $this->AMFStream::read($length);
  }