AMFStream::readUTF() –

You appear to be a bot. Output may be restricted

Description

Usage

$string = AMFStream::readUTF();

Parameters

Returns

string

Source

File name: wordpress/wp-includes/ID3/module.audio-video.flv.php
Lines:

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

 View on GitHub View on Trac