ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
GetId3() by James Heinrich info@.nosp@m.geti.nosp@m.d3.or.nosp@m.g //. More...
Static Public Member Functions | |
static | PrintHexBytes ($string, $hex=true, $spaces=true, $htmlencoding='UTF-8') |
static | trunc ($floatnumber) |
static | safe_inc (&$variable, $increment=1) |
static | CastAsInt ($floatnum) |
static | intValueSupported ($num) |
@staticvar null $hasINT64 More... | |
static | DecimalizeFraction ($fraction) |
static | DecimalBinary2Float ($binarynumerator) |
static | NormalizeBinaryPoint ($binarypointnumber, $maxbits=52) |
static | Float2BinaryDecimal ($floatvalue) |
static | Float2String ($floatvalue, $bits) |
static | LittleEndian2Float ($byteword) |
static | BigEndian2Float ($byteword) |
ANSI/IEEE Standard 754-1985, Standard for Binary Floating Point Arithmetic. More... | |
static | BigEndian2Int ($byteword, $synchsafe=false, $signed=false) |
static | LittleEndian2Int ($byteword, $signed=false) |
static | BigEndian2Bin ($byteword) |
static | BigEndian2String ($number, $minbytes=1, $synchsafe=false, $signed=false) |
static | Dec2Bin ($number) |
static | Bin2Dec ($binstring, $signed=false) |
static | Bin2String ($binstring) |
static | LittleEndian2String ($number, $minbytes=1, $synchsafe=false) |
static | array_merge_clobber ($array1, $array2) |
static | array_merge_noclobber ($array1, $array2) |
static | ksort_recursive (&$theArray) |
static | fileextension ($filename, $numextensions=1) |
static | PlaytimeString ($seconds) |
static | DateMac2Unix ($macdate) |
static | FixedPoint8_8 ($rawdata) |
static | FixedPoint16_16 ($rawdata) |
static | FixedPoint2_30 ($rawdata) |
static | CreateDeepArray ($ArrayPath, $Separator, $Value) |
static | array_max ($arraydata, $returnkey=false) |
static | array_min ($arraydata, $returnkey=false) |
static | XML2array ($XMLstring) |
static | SimpleXMLelement2array ($XMLobject) |
static | hash_data ($file, $offset, $end, $algorithm) |
self::md5_data() - returns md5sum for a file from startuing position to absolute end position More... | |
static | CopyFileParts ($filename_source, $filename_dest, $offset, $length) |
static | iconv_fallback_int_utf8 ($charval) |
static | iconv_fallback_iso88591_utf8 ($string, $bom=false) |
ISO-8859-1 => UTF-8. More... | |
static | iconv_fallback_iso88591_utf16be ($string, $bom=false) |
ISO-8859-1 => UTF-16BE. More... | |
static | iconv_fallback_iso88591_utf16le ($string, $bom=false) |
ISO-8859-1 => UTF-16LE. More... | |
static | iconv_fallback_iso88591_utf16 ($string) |
ISO-8859-1 => UTF-16LE (BOM) More... | |
static | iconv_fallback_utf8_iso88591 ($string) |
UTF-8 => ISO-8859-1. More... | |
static | iconv_fallback_utf8_utf16be ($string, $bom=false) |
UTF-8 => UTF-16BE. More... | |
static | iconv_fallback_utf8_utf16le ($string, $bom=false) |
UTF-8 => UTF-16LE. More... | |
static | iconv_fallback_utf8_utf16 ($string) |
UTF-8 => UTF-16LE (BOM) More... | |
static | iconv_fallback_utf16be_utf8 ($string) |
UTF-16BE => UTF-8. More... | |
static | iconv_fallback_utf16le_utf8 ($string) |
UTF-16LE => UTF-8. More... | |
static | iconv_fallback_utf16be_iso88591 ($string) |
UTF-16BE => ISO-8859-1. More... | |
static | iconv_fallback_utf16le_iso88591 ($string) |
UTF-16LE => ISO-8859-1. More... | |
static | iconv_fallback_utf16_iso88591 ($string) |
UTF-16 (BOM) => ISO-8859-1. More... | |
static | iconv_fallback_utf16_utf8 ($string) |
UTF-16 (BOM) => UTF-8. More... | |
static | iconv_fallback ($in_charset, $out_charset, $string) |
@staticvar array $ConversionFunctionList More... | |
static | MultiByteCharString2HTML ($string, $charset='ISO-8859-1') |
static | RGADnameLookup ($namecode) |
@staticvar array $RGADname More... | |
static | RGADoriginatorLookup ($originatorcode) |
@staticvar array $RGADoriginator More... | |
static | RGADadjustmentLookup ($rawadjustment, $signbit) |
static | RGADgainString ($namecode, $originatorcode, $replaygain) |
static | RGADamplitude2dB ($amplitude) |
static | GetDataImageSize ($imgData, &$imageinfo) |
@staticvar string $tempdir More... | |
static | ImageTypesLookup ($imagetypeid) |
@staticvar array $ImageTypesLookup More... | |
static | CopyTagsToComments (&$ThisFileInfo) |
static | EmbeddedLookup ($key, $begin, $end, $file, $name) |
@staticvar type $cache More... | |
static | trimNullByte ($string) |
static | toCamelCase ($origin, $cahrToReplace='_', $capitaliseFirstChar=false) |
GetId3() by James Heinrich info@.nosp@m.geti.nosp@m.d3.or.nosp@m.g //.
module for analyzing Ogg Vorbis, OggFLAC and Speex files
Definition at line 26 of file Helper.php.
|
static |
type | $arraydata | |
type | $returnkey |
Definition at line 755 of file Helper.php.
Referenced by GetId3\Module\Audio\Mp3\getOnlyMPEGaudioInfoBruteForce().
|
static |
type | $array1 | |
type | $array2 |
Definition at line 561 of file Helper.php.
References GetId3\Lib\Helper\array_merge_clobber().
Referenced by GetId3\Module\Archive\Gzip\analyze(), GetId3\Module\Archive\Rar\analyze(), GetId3\Module\Archive\Tar\analyze(), GetId3\Module\Archive\Zip\analyze(), GetId3\Lib\Helper\array_merge_clobber(), and GetId3\Module\Misc\Iso\ParseDirectoryRecord().
|
static |
type | $array1 | |
type | $array2 |
Definition at line 587 of file Helper.php.
References GetId3\Lib\Helper\array_merge_noclobber().
Referenced by GetId3\Module\AudioVideo\Asf\analyze(), GetId3\Module\AudioVideo\Riff\analyze(), GetId3\Module\Tag\Id3v2\analyze(), and GetId3\Lib\Helper\array_merge_noclobber().
|
static |
type | $arraydata | |
type | $returnkey |
Definition at line 777 of file Helper.php.
|
static |
type | $byteword |
Definition at line 423 of file Helper.php.
Referenced by GetId3\Module\Audio\Ac3\analyze(), GetId3\Module\Audio\Dts\analyze(), GetId3\Module\AudioVideo\Mpeg\analyze(), GetId3\Lib\Helper\BigEndian2Float(), GetId3\Lib\Helper\FixedPoint2_30(), GetId3\Module\Audio\Aac\getAACADIFheaderFilepointer(), GetId3\Module\Tag\Id3v2\ParseID3v2Frame(), and GetId3\Module\Audio\Flac\parseSTREAMINFO().
|
static |
ANSI/IEEE Standard 754-1985, Standard for Binary Floating Point Arithmetic.
type | $byteword |
Definition at line 290 of file Helper.php.
References GetId3\Lib\Helper\BigEndian2Bin(), GetId3\Lib\Helper\Bin2Dec(), and GetId3\Lib\Helper\DecimalBinary2Float().
Referenced by GetId3\Module\AudioVideo\Riff\analyze(), GetId3\Lib\Helper\LittleEndian2Float(), GetId3\Module\AudioVideo\Matroska\parseEBML(), GetId3\Module\Tag\Id3v2\ParseID3v2Frame(), and GetId3\Module\AudioVideo\AMFStream\readDouble().
|
static |
type | $byteword | |
type | $synchsafe | |
type | $signed |
Exception |
Definition at line 374 of file Helper.php.
References GetId3\Lib\Helper\CastAsInt().
Referenced by GetId3\Module\Archive\Szip\analyze(), GetId3\Module\Audio\Aa\analyze(), GetId3\Module\Audio\Au\analyze(), GetId3\Module\Audio\Avr\analyze(), GetId3\Module\Audio\Lpac\analyze(), GetId3\Module\Audio\Midi\analyze(), GetId3\Module\Audio\Vqf\analyze(), GetId3\Module\AudioVideo\Flv\analyze(), GetId3\Module\AudioVideo\Mpeg\analyze(), GetId3\Module\AudioVideo\Quicktime\analyze(), GetId3\Module\AudioVideo\Real\analyze(), GetId3\Module\AudioVideo\Riff\analyze(), GetId3\Module\AudioVideo\Swf\analyze(), GetId3\Module\AudioVideo\Ts\analyze(), GetId3\Module\Graphic\Png\analyze(), GetId3\Module\Tag\Id3v2\analyze(), GetId3\Module\Audio\Mp3\decodeMPEGaudioHeader(), GetId3\Module\AudioVideo\Matroska\EBML2Int(), GetId3\Module\AudioVideo\Riff\EitherEndian2Int(), GetId3\Lib\Helper\FixedPoint16_16(), GetId3\Lib\Helper\FixedPoint8_8(), GetId3\Module\Audio\Aac\getAACADTSheaderFilepointer(), GetId3\Module\AudioVideo\AVCSequenceParameterSetReader\getBit(), GetId3\Module\AudioVideo\Matroska\HandleEMBLClusterBlock(), GetId3\Module\AudioVideo\Matroska\HandleEMBLSimpleTag(), GetId3\Lib\Helper\iconv_fallback_utf16be_iso88591(), GetId3\Lib\Helper\iconv_fallback_utf16be_utf8(), GetId3\Lib\Helper\LittleEndian2Int(), GetId3\Module\Audio\Mp3\MPEGaudioHeaderDecode(), GetId3\Lib\Helper\MultiByteCharString2HTML(), GetId3\Module\Audio\Flac\parseAPPLICATION(), GetId3\Module\Audio\Flac\parseCUESHEET(), GetId3\Module\AudioVideo\Matroska\parseEBML(), GetId3\Module\Tag\Id3v2\ParseID3v2Frame(), GetId3\Module\Audio\Flac\parseMETAdata(), GetId3\Module\Audio\Mpc\ParseMPCsv8(), GetId3\Module\AudioVideo\Real\ParseOldRAheader(), GetId3\Module\Audio\Flac\parsePICTURE(), GetId3\Module\Audio\Flac\parseSEEKTABLE(), GetId3\Module\Audio\Flac\parseSTREAMINFO(), GetId3\Module\AudioVideo\Quicktime\QuicktimeParseAtom(), GetId3\Module\AudioVideo\Quicktime\QuicktimeParseContainerAtom(), GetId3\Module\AudioVideo\Quicktime\QuicktimeParseNikonNCTG(), GetId3\Module\AudioVideo\AMFStream\readByte(), and GetId3\Module\Graphic\Tiff\TIFFendian2Int().
|
static |
type | $number | |
type | $minbytes | |
type | $synchsafe | |
type | $signed |
Exception |
Definition at line 444 of file Helper.php.
Referenced by GetId3\Lib\Helper\Float2String(), GetId3\Write\Real\GenerateCONTchunk(), GetId3\Write\Id3v2\GenerateID3v2FrameData(), GetId3\Write\Id3v2\GenerateID3v2Tag(), GetId3\Write\Real\GeneratePROPchunk(), and GetId3\Write\Real\GenerateRMFchunk().
|
static |
type | $binstring | |
type | $signed |
Definition at line 496 of file Helper.php.
References GetId3\Lib\Helper\CastAsInt().
Referenced by GetId3\Module\AudioVideo\Mpeg\analyze(), GetId3\Module\AudioVideo\Riff\analyze(), GetId3\Module\AudioVideo\Swf\analyze(), GetId3\Lib\Helper\BigEndian2Float(), GetId3\Lib\Helper\DecimalBinary2Float(), GetId3\Lib\Helper\FixedPoint2_30(), GetId3\Module\Audio\Aac\getAACADIFheaderFilepointer(), GetId3\Module\Tag\Id3v2\ParseID3v2Frame(), and GetId3\Module\Audio\Flac\parseSTREAMINFO().
|
static |
type | $binstring |
Definition at line 519 of file Helper.php.
Referenced by GetId3\Module\Audio\Aac\getAACADIFheaderFilepointer().
|
static |
type | $floatnum |
Definition at line 107 of file Helper.php.
Referenced by GetId3\Module\Audio\Voc\analyze(), GetId3\Module\AudioVideo\Flv\analyze(), GetId3\Module\AudioVideo\Riff\analyze(), GetId3\Module\Tag\Id3v2\analyze(), GetId3\Lib\Helper\BigEndian2Int(), GetId3\Lib\Helper\Bin2Dec(), GetId3\Module\Graphic\Jpg\CastAsAppropriate(), GetId3\Lib\Helper\DateMac2Unix(), GetId3\Module\Audio\Mp3\getOnlyMPEGaudioInfo(), and GetId3\Module\Audio\Mpc\ParseMPCsv7().
|
static |
type | $filename_source | |
type | $filename_dest | |
type | $offset | |
type | $length |
Exception |
Definition at line 938 of file Helper.php.
References GetId3\GetId3Core\FREAD_BUFFER_SIZE.
Referenced by GetId3\Lib\Helper\hash_data().
|
static |
type | $ThisFileInfo |
Definition at line 1679 of file Helper.php.
|
static |
type | $ArrayPath | |
type | $Separator | |
type | $Value |
Definition at line 726 of file Helper.php.
References GetId3\Lib\Helper\CreateDeepArray().
Referenced by GetId3\Module\Archive\Gzip\analyze(), GetId3\Module\Archive\Rar\analyze(), GetId3\Module\Archive\Tar\analyze(), GetId3\Module\Archive\Zip\analyze(), GetId3\Lib\Helper\CreateDeepArray(), and GetId3\Module\Misc\Iso\ParseDirectoryRecord().
|
static |
type | $macdate |
Definition at line 671 of file Helper.php.
References GetId3\Lib\Helper\CastAsInt().
Referenced by GetId3\Module\AudioVideo\Riff\analyze(), and GetId3\Module\AudioVideo\Quicktime\QuicktimeParseAtom().
|
static |
type | $number |
Definition at line 472 of file Helper.php.
Referenced by GetId3\Module\AudioVideo\Riff\analyze(), GetId3\Write\Id3v2\GenerateID3v2FrameData(), and GetId3\Module\Tag\Id3v2\ParseID3v2Frame().
|
static |
type | $binarynumerator |
Definition at line 165 of file Helper.php.
References GetId3\Lib\Helper\Bin2Dec().
Referenced by GetId3\Lib\Helper\BigEndian2Float().
|
static |
type | $fraction |
Definition at line 153 of file Helper.php.
Referenced by GetId3\Module\Graphic\Jpg\analyze(), and GetId3\Module\Graphic\Jpg\CastAsAppropriate().
|
static |
@staticvar type $cache
type | $key | |
type | $begin | |
type | $end | |
type | $file | |
type | $name |
Definition at line 1759 of file Helper.php.
References $file.
Referenced by GetId3\Module\Tag\Id3v2\FrameNameLongLookup(), GetId3\Module\Tag\Id3v2\FrameNameShortLookup(), GetId3\Module\Audio\Midi\GeneralMIDIinstrumentLookup(), GetId3\Module\Audio\Midi\GeneralMIDIpercussionLookup(), GetId3\Module\Tag\Id3v2\LanguageLookup(), GetId3\Module\Tag\Id3v2\LookupCurrencyCountry(), GetId3\Module\Tag\Id3v2\LookupCurrencyUnits(), GetId3\Module\AudioVideo\Riff\RIFFfourccLookup(), GetId3\Module\AudioVideo\Riff\RIFFwaveSNDMtagLookup(), and GetId3\Module\AudioVideo\Riff\RIFFwFormatTagLookup().
|
static |
type | $filename | |
type | $numextensions |
Definition at line 628 of file Helper.php.
References $filename.
Referenced by GetId3\Module\Audio\Optimfrog\ParseOptimFROGheader45().
|
static |
type | $rawdata |
Definition at line 696 of file Helper.php.
References GetId3\Lib\Helper\BigEndian2Int().
Referenced by GetId3\Module\AudioVideo\Riff\analyze(), and GetId3\Module\AudioVideo\Quicktime\QuicktimeParseAtom().
|
static |
type | $rawdata |
Definition at line 709 of file Helper.php.
References GetId3\Lib\Helper\BigEndian2Bin(), and GetId3\Lib\Helper\Bin2Dec().
Referenced by GetId3\Module\Graphic\Bmp\analyze(), and GetId3\Module\AudioVideo\Quicktime\QuicktimeParseAtom().
|
static |
type | $rawdata |
Definition at line 683 of file Helper.php.
References GetId3\Lib\Helper\BigEndian2Int().
Referenced by GetId3\Module\AudioVideo\Quicktime\QuicktimeParseAtom().
|
static |
type | $floatvalue |
Definition at line 214 of file Helper.php.
References GetId3\Lib\Helper\trunc().
|
static |
type | $floatvalue | |
type | $bits |
Definition at line 237 of file Helper.php.
References GetId3\Lib\Helper\BigEndian2String(), and GetId3\Lib\Helper\NormalizeBinaryPoint().
Referenced by GetId3\Write\Id3v2\GenerateID3v2FrameData().
|
static |
@staticvar string $tempdir
type | $imgData | |
type | $imageinfo |
Definition at line 1622 of file Helper.php.
Referenced by GetId3\Module\Graphic\Jpg\analyze(), GetId3\Module\Tag\Apetag\analyze(), GetId3\Module\AudioVideo\Asf\ASF_WMpicture(), GetId3\Module\Tag\Id3v2\ParseID3v2Frame(), and GetId3\Module\Audio\Ogg\ParseVorbisComments().
|
static |
self::md5_data() - returns md5sum for a file from startuing position to absolute end position
@staticvar string $tempdir
type | $file | |
type | $offset | |
type | $end | |
type | $algorithm |
Exception |
Definition at line 841 of file Helper.php.
References $file, $result, $size, GetId3\Lib\Helper\CopyFileParts(), GetId3\GetId3Core\environmentIsWindows(), and GetId3\GetId3Core\getHelperAppsDir().
|
static |
@staticvar array $ConversionFunctionList
type | $in_charset | |
type | $out_charset | |
type | $string |
Exception |
Definition at line 1375 of file Helper.php.
Referenced by GetId3\Write\Tags\FormatDataForAPE(), GetId3\Write\Tags\FormatDataForID3v1(), GetId3\Write\Tags\FormatDataForID3v2(), GetId3\Write\Tags\FormatDataForReal(), GetId3\Write\Tags\FormatDataForVorbisComment(), GetId3\Module\Misc\Iso\ParseDirectoryRecord(), GetId3\Module\Tag\Id3v2\ParseID3v2Frame(), GetId3\Module\Misc\Iso\ParsePathTable(), GetId3\Module\AudioVideo\Asf\TrimConvert(), and GetId3\Module\AudioVideo\Asf\WMpictureTypeLookup().
|
static |
type | $charval |
Definition at line 978 of file Helper.php.
Referenced by GetId3\Lib\Helper\iconv_fallback_iso88591_utf8(), GetId3\Lib\Helper\iconv_fallback_utf16be_utf8(), and GetId3\Lib\Helper\iconv_fallback_utf16le_utf8().
|
static |
ISO-8859-1 => UTF-16LE (BOM)
type | $string |
Definition at line 1074 of file Helper.php.
References GetId3\Lib\Helper\iconv_fallback_iso88591_utf16le().
|
static |
ISO-8859-1 => UTF-16BE.
type | $string | |
type | $bom |
Definition at line 1035 of file Helper.php.
|
static |
ISO-8859-1 => UTF-16LE.
type | $string | |
type | $bom |
Definition at line 1055 of file Helper.php.
Referenced by GetId3\Lib\Helper\iconv_fallback_iso88591_utf16().
|
static |
ISO-8859-1 => UTF-8.
type | $string | |
type | $bom |
Definition at line 1010 of file Helper.php.
References GetId3\Lib\Helper\iconv_fallback_int_utf8().
|
static |
UTF-16 (BOM) => ISO-8859-1.
type | $string |
Definition at line 1336 of file Helper.php.
References GetId3\Lib\Helper\iconv_fallback_utf16be_iso88591(), and GetId3\Lib\Helper\iconv_fallback_utf16le_iso88591().
|
static |
UTF-16 (BOM) => UTF-8.
type | $string |
Definition at line 1354 of file Helper.php.
References GetId3\Lib\Helper\iconv_fallback_utf16be_utf8(), and GetId3\Lib\Helper\iconv_fallback_utf16le_utf8().
|
static |
UTF-16BE => ISO-8859-1.
type | $string |
Definition at line 1294 of file Helper.php.
References GetId3\Lib\Helper\BigEndian2Int().
Referenced by GetId3\Lib\Helper\iconv_fallback_utf16_iso88591().
|
static |
UTF-16BE => UTF-8.
type | $string |
Definition at line 1252 of file Helper.php.
References GetId3\Lib\Helper\BigEndian2Int(), and GetId3\Lib\Helper\iconv_fallback_int_utf8().
Referenced by GetId3\Lib\Helper\iconv_fallback_utf16_utf8().
|
static |
UTF-16LE => ISO-8859-1.
type | $string |
Definition at line 1315 of file Helper.php.
References GetId3\Lib\Helper\LittleEndian2Int().
Referenced by GetId3\Lib\Helper\iconv_fallback_utf16_iso88591().
|
static |
UTF-16LE => UTF-8.
type | $string |
Definition at line 1273 of file Helper.php.
References GetId3\Lib\Helper\iconv_fallback_int_utf8(), and GetId3\Lib\Helper\LittleEndian2Int().
Referenced by GetId3\Lib\Helper\iconv_fallback_utf16_utf8().
|
static |
UTF-8 => ISO-8859-1.
type | $string |
Definition at line 1085 of file Helper.php.
|
static |
UTF-8 => UTF-16LE (BOM)
type | $string |
Definition at line 1241 of file Helper.php.
References GetId3\Lib\Helper\iconv_fallback_utf8_utf16le().
|
static |
UTF-8 => UTF-16BE.
type | $string | |
type | $bom |
Definition at line 1138 of file Helper.php.
|
static |
UTF-8 => UTF-16LE.
type | $string | |
type | $bom |
Definition at line 1190 of file Helper.php.
Referenced by GetId3\Lib\Helper\iconv_fallback_utf8_utf16().
|
static |
@staticvar array $ImageTypesLookup
type | $imagetypeid |
Definition at line 1651 of file Helper.php.
|
static |
@staticvar null $hasINT64
type | $num |
Definition at line 130 of file Helper.php.
References defined.
Referenced by GetId3\Module\Archive\Zip\analyze(), GetId3\Module\Audio\Bonk\analyze(), GetId3\Module\Audio\Ogg\analyze(), GetId3\Module\AudioVideo\Quicktime\analyze(), GetId3\Module\AudioVideo\Riff\analyze(), GetId3\Module\Tag\Apetag\analyze(), GetId3\Module\Tag\Id3v1\analyze(), GetId3\Module\Tag\Lyrics3\analyze(), GetId3\Module\AudioVideo\Matroska\EnsureBufferHasEnoughData(), GetId3\Module\Audio\Aac\getAACADTSheaderFilepointer(), GetId3\Module\Tag\Lyrics3\getLyrics3Data(), GetId3\Module\AudioVideo\Riff\ParseRIFF(), GetId3\Write\Id3v1\RemoveID3v1(), GetId3\Write\Id3v2\RemoveID3v2(), GetId3\Handler\BaseHandler\saveAttachment(), GetId3\Write\Id3v1\WriteID3v1(), and GetId3\Write\Id3v2\WriteID3v2().
|
static |
type | $theArray |
Definition at line 610 of file Helper.php.
References GetId3\Lib\Helper\ksort_recursive().
Referenced by GetId3\Lib\Helper\ksort_recursive().
|
static |
type | $byteword |
Definition at line 277 of file Helper.php.
References GetId3\Lib\Helper\BigEndian2Float().
Referenced by GetId3\Module\AudioVideo\Riff\analyze(), and GetId3\Module\Audio\Mp3\decodeMPEGaudioHeader().
|
static |
type | $byteword | |
type | $signed |
Definition at line 413 of file Helper.php.
References GetId3\Lib\Helper\BigEndian2Int().
Referenced by GetId3\Module\Archive\Gzip\analyze(), GetId3\Module\Audio\Ac3\analyze(), GetId3\Module\Audio\Bonk\analyze(), GetId3\Module\Audio\La\analyze(), GetId3\Module\Audio\Monkey\analyze(), GetId3\Module\Audio\Ogg\analyze(), GetId3\Module\Audio\Rkau\analyze(), GetId3\Module\Audio\Shorten\analyze(), GetId3\Module\Audio\Tta\analyze(), GetId3\Module\Audio\Voc\analyze(), GetId3\Module\Audio\Wavpack\analyze(), GetId3\Module\AudioVideo\Asf\analyze(), GetId3\Module\AudioVideo\Flv\analyze(), GetId3\Module\AudioVideo\Riff\analyze(), GetId3\Module\AudioVideo\Swf\analyze(), GetId3\Module\Graphic\Bmp\analyze(), GetId3\Module\Graphic\Efax\analyze(), GetId3\Module\Graphic\Gif\analyze(), GetId3\Module\Misc\Exe\analyze(), GetId3\Module\Tag\Apetag\analyze(), GetId3\Module\AudioVideo\Asf\ASF_HeaderExtensionObjectDataParse(), GetId3\Module\AudioVideo\Asf\ASF_WMpicture(), GetId3\Module\AudioVideo\Riff\EitherEndian2Int(), GetId3\Module\AudioVideo\Nsv\getNSVfHeaderFilepointer(), GetId3\Module\AudioVideo\Nsv\getNSVsHeaderFilepointer(), GetId3\Module\Audio\Bonk\HandleBonkTags(), GetId3\Lib\Helper\iconv_fallback_utf16le_iso88591(), GetId3\Lib\Helper\iconv_fallback_utf16le_utf8(), GetId3\Lib\Helper\MultiByteCharString2HTML(), GetId3\Module\Tag\Apetag\parseAPEheaderFooter(), GetId3\Module\AudioVideo\Bink\ParseBink(), GetId3\Module\Misc\Iso\ParseDirectoryRecord(), GetId3\Module\Audio\Mpc\ParseMPCsv6(), GetId3\Module\Audio\Mpc\ParseMPCsv7(), GetId3\Module\Audio\Ogg\ParseOggPageHeader(), GetId3\Module\Audio\Optimfrog\ParseOptimFROGheader42(), GetId3\Module\Audio\Optimfrog\ParseOptimFROGheader45(), GetId3\Module\Misc\Iso\ParsePathTable(), GetId3\Module\Misc\Iso\ParsePrimaryVolumeDescriptor(), GetId3\Module\AudioVideo\Riff\ParseRIFF(), GetId3\Module\Misc\Iso\ParseSupplementaryVolumeDescriptor(), GetId3\Module\Audio\Ogg\ParseVorbisComments(), GetId3\Module\Audio\Ogg\ParseVorbisPageHeader(), GetId3\Module\AudioVideo\Riff\RIFFparseWAVEFORMATex(), GetId3\Module\AudioVideo\Riff\RIFFparseWavPackHeader(), GetId3\Module\Graphic\Tiff\TIFFendian2Int(), GetId3\Module\Archive\Zip\ZIPparseCentralDirectory(), GetId3\Module\Archive\Zip\ZIPparseEndOfCentralDirectory(), and GetId3\Module\Archive\Zip\ZIPparseLocalFileHeader().
|
static |
type | $number | |
type | $minbytes | |
type | $synchsafe |
Definition at line 538 of file Helper.php.
Referenced by GetId3\Write\Apetag\GenerateAPEtag(), GetId3\Write\Apetag\GenerateAPEtagHeaderFooter(), and GetId3\Module\AudioVideo\Riff\ParseRIFFdata().
|
static |
type | $string | |
type | $charset |
Definition at line 1433 of file Helper.php.
References GetId3\Lib\Helper\BigEndian2Int(), and GetId3\Lib\Helper\LittleEndian2Int().
|
static |
type | $binarypointnumber | |
type | $maxbits |
Definition at line 180 of file Helper.php.
Referenced by GetId3\Lib\Helper\Float2String().
|
static |
type | $seconds |
Definition at line 651 of file Helper.php.
|
static |
type | $string | |
type | $hex | |
type | $spaces | |
string | $htmlencoding |
Definition at line 36 of file Helper.php.
Referenced by GetId3\Module\Archive\Szip\analyze(), GetId3\Module\Audio\Aa\analyze(), GetId3\Module\Audio\Ac3\analyze(), GetId3\Module\Audio\Au\analyze(), GetId3\Module\Audio\Avr\analyze(), GetId3\Module\Audio\Bonk\analyze(), GetId3\Module\Audio\Dss\analyze(), GetId3\Module\Audio\Dts\analyze(), GetId3\Module\Audio\Flac\analyze(), GetId3\Module\Audio\La\analyze(), GetId3\Module\Audio\Midi\analyze(), GetId3\Module\Audio\Monkey\analyze(), GetId3\Module\Audio\Mpc\analyze(), GetId3\Module\Audio\Optimfrog\analyze(), GetId3\Module\Audio\Rkau\analyze(), GetId3\Module\Audio\Shorten\analyze(), GetId3\Module\Audio\Tta\analyze(), GetId3\Module\Audio\Voc\analyze(), GetId3\Module\Audio\Vqf\analyze(), GetId3\Module\Audio\Wavpack\analyze(), GetId3\Module\AudioVideo\Asf\analyze(), GetId3\Module\AudioVideo\Bink\analyze(), GetId3\Module\AudioVideo\Flv\analyze(), GetId3\Module\AudioVideo\Nsv\analyze(), GetId3\Module\AudioVideo\Riff\analyze(), GetId3\Module\AudioVideo\Swf\analyze(), GetId3\Module\AudioVideo\Ts\analyze(), GetId3\Module\Graphic\Bmp\analyze(), GetId3\Module\Graphic\Gif\analyze(), GetId3\Module\Misc\Exe\analyze(), GetId3\Module\Misc\Msoffice\analyze(), GetId3\Module\Audio\Mp3\decodeMPEGaudioHeader(), GetId3\Module\Audio\Mp3\FreeFormatFrameLength(), GetId3\Module\Audio\Optimfrog\ParseOptimFROGheader45(), and GetId3\Module\AudioVideo\Quicktime\QuicktimeParseAtom().
|
static |
type | $rawadjustment | |
type | $signbit |
Definition at line 1571 of file Helper.php.
Referenced by GetId3\Module\AudioVideo\Riff\analyze(), GetId3\Module\Audio\Mp3\decodeMPEGaudioHeader(), and GetId3\Module\Tag\Id3v2\ParseID3v2Frame().
|
static |
type | $amplitude |
Definition at line 1610 of file Helper.php.
Referenced by GetId3\Module\Audio\Mp3\decodeMPEGaudioHeader(), and GetId3\Module\Audio\Ac3\heavyCompression().
|
static |
type | $namecode | |
type | $originatorcode | |
type | $replaygain |
Definition at line 1588 of file Helper.php.
Referenced by GetId3\Write\Id3v2\GenerateID3v2FrameData().
|
static |
@staticvar array $RGADname
type | $namecode |
Definition at line 1534 of file Helper.php.
Referenced by GetId3\Module\AudioVideo\Riff\analyze(), GetId3\Module\Audio\Mp3\decodeMPEGaudioHeader(), and GetId3\Module\Tag\Id3v2\ParseID3v2Frame().
|
static |
@staticvar array $RGADoriginator
type | $originatorcode |
Definition at line 1552 of file Helper.php.
Referenced by GetId3\Module\AudioVideo\Riff\analyze(), GetId3\Module\Audio\Mp3\decodeMPEGaudioHeader(), and GetId3\Module\Tag\Id3v2\ParseID3v2Frame().
|
static |
type | $variable | |
type | $increment |
Definition at line 91 of file Helper.php.
Referenced by GetId3\Module\Audio\Voc\analyze(), GetId3\Module\Audio\Aac\getAACADTSheaderFilepointer(), GetId3\Module\Audio\Mp3\getOnlyMPEGaudioInfo(), GetId3\Module\Audio\Mp3\getOnlyMPEGaudioInfoBruteForce(), and GetId3\Module\Audio\Flac\parseSEEKTABLE().
|
static |
type | $XMLobject |
Definition at line 816 of file Helper.php.
References GetId3\Lib\Helper\SimpleXMLelement2array().
Referenced by GetId3\Lib\Helper\SimpleXMLelement2array(), and GetId3\Lib\Helper\XML2array().
|
static |
type | $origin | |
type | $cahrToReplace | |
type | $capitaliseFirstChar |
Definition at line 1823 of file Helper.php.
|
static |
type | $string |
Definition at line 1811 of file Helper.php.
Referenced by GetId3\Module\AudioVideo\Matroska\parseEBML().
|
static |
type | $floatnumber |
Definition at line 67 of file Helper.php.
Referenced by GetId3\Module\Audio\Voc\analyze(), and GetId3\Lib\Helper\Float2BinaryDecimal().
|
static |
type | $XMLstring |
Definition at line 798 of file Helper.php.
References GetId3\Lib\Helper\SimpleXMLelement2array().
Referenced by GetId3\Module\AudioVideo\Riff\analyze().