AMFStream::__construct() –
You appear to be a bot. Output may be restricted
Description
Usage
AMFStream::__construct( $bytes );
Parameters
- $bytes
- ( string ) required –
Returns
void
Source
File name: wordpress/wp-includes/ID3/module.audio-video.flv.php
Lines:
1 to 4 of 4
public function __construct(&$bytes) { $this->bytes =& $bytes; $this->pos = 0; }