Searched refs:APEheaderFooterData (Results 1 – 1 of 1) sorted by relevance
355 * @param string $APEheaderFooterData359 public function parseAPEheaderFooter($APEheaderFooterData) { argument366 $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, …