AMFStream::readByte() –

You appear to be a bot. Output may be restricted

Description

Usage

$int = AMFStream::readByte();

Parameters

Returns

int

Source

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

1 to 3 of 3
  public function readByte() { //  8-bit
    return ord(substr($this->bytes, $this->pos++, 1));
  }
 

 View on GitHub View on Trac