Home
last modified time | relevance | path

Searched refs:APEheaderFooterData (Results 1 – 1 of 1) sorted by relevance

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.apetag.php355 * @param string $APEheaderFooterData
359 public function parseAPEheaderFooter($APEheaderFooterData) { argument
366 $headerfooterinfo_raw['footer_tag'] = substr($APEheaderFooterData, 0, 8);
370 …$headerfooterinfo_raw['version'] = getid3_lib::LittleEndian2Int(substr($APEheaderFooterData, …
371 …$headerfooterinfo_raw['tagsize'] = getid3_lib::LittleEndian2Int(substr($APEheaderFooterData, …
372 …$headerfooterinfo_raw['tag_items'] = getid3_lib::LittleEndian2Int(substr($APEheaderFooterData, …
373 …$headerfooterinfo_raw['global_flags'] = getid3_lib::LittleEndian2Int(substr($APEheaderFooterData, …
374 …$headerfooterinfo_raw['reserved'] = substr($APEheaderFooterData, …