Syntax Syntax
Parameters Parameters
- $index
-
(Required)
Return Return
(string)
Source Source
File: wp-includes/ID3/module.tag.id3v2.php
return $APICPictureTypeLookup; } return (isset($APICPictureTypeLookup[$index]) ? $APICPictureTypeLookup[$index] : ''); } /** * @param int $index * * @return string */ public static function COMRReceivedAsLookup($index) { static $COMRReceivedAsLookup = array( 0x00 => 'Other', 0x01 => 'Standard CD album with other songs', 0x02 => 'Compressed audio on CD',