getid3_id3v2::DeUnsynchronise() –

You appear to be a bot. Output may be restricted

Description

Usage

$string = getid3_id3v2::DeUnsynchronise( $data );

Parameters

$data
( string ) required

Returns

string

Source

File name: wordpress/wp-includes/ID3/module.tag.id3v2.php
Lines:

1 to 3 of 3
  public function DeUnsynchronise($data) {
    return str_replace("\xFF\x00", "\xFF", $data);
  }
 

 View on GitHub View on Trac