Class getid3_lib

Description
Method Summary
void array_max ( $arraydata, [ $returnkey = false])
void array_merge_clobber ( $array1,  $array2)
void array_merge_noclobber ( $array1,  $array2)
void array_min ( $arraydata, [ $returnkey = false])
void BigEndian2Bin ( $byteword)
void BigEndian2Float ( $byteword)
void BigEndian2Int ( $byteword, [ $synchsafe = false], [ $signed = false])
void BigEndian2String ( $number, [ $minbytes = 1], [ $synchsafe = false], [ $signed = false])
void Bin2Dec ( $binstring, [ $signed = false])
void Bin2String ( $binstring)
void CastAsInt ( $floatnum)
void CopyTagsToComments ( &$ThisFileInfo)
void CreateDeepArray ( $ArrayPath,  $Separator,  $Value)
void DateMac2Unix ( $macdate)
void Dec2Bin ( $number)
void DecimalBinary2Float ( $binarynumerator)
void EmbeddedLookup ( $key,  $begin,  $end,  $file,  $name)
void fileextension ( $filename, [ $numextensions = 1])
void FixedPoint2_30 ( $rawdata)
void FixedPoint8_8 ( $rawdata)
void FixedPoint16_16 ( $rawdata)
void Float2BinaryDecimal ( $floatvalue)
void Float2String ( $floatvalue,  $bits)
void GetDataImageSize ( $imgData,  &$imageinfo)
void hash_data ( $file,  $offset,  $end,  $algorithm)
void iconv_fallback ( $in_charset,  $out_charset,  $string)
void iconv_fallback_int_utf8 ( $charval)
void iconv_fallback_iso88591_utf8 ( $string, [ $bom = false])
void iconv_fallback_iso88591_utf16be ( $string, [ $bom = false])
void iconv_fallback_iso88591_utf16le ( $string, [ $bom = false])
void iconv_fallback_utf8_iso88591 ( $string)
void iconv_fallback_utf8_utf16 ( $string)
void iconv_fallback_utf8_utf16be ( $string, [ $bom = false])
void iconv_fallback_utf8_utf16le ( $string, [ $bom = false])
void iconv_fallback_utf16be_utf8 ( $string)
void iconv_fallback_utf16le_utf8 ( $string)
void iconv_fallback_utf16_utf8 ( $string)
void ImageTypesLookup ( $imagetypeid)
void image_type_to_mime_type ( $imagetypeid)
void IncludeDependency ( $filename,  $sourcefile, [ $DieOnFailure = false])
void LittleEndian2Float ( $byteword)
void LittleEndian2Int ( $byteword, [ $signed = false])
void LittleEndian2String ( $number, [ $minbytes = 1], [ $synchsafe = false])
void md5_file ( $file)
void MultiByteCharString2HTML ( $string, [ $charset = 'ISO-8859-1'])
void NormalizeBinaryPoint ( $binarypointnumber, [ $maxbits = 52])
void PlaytimeString ( $playtimeseconds)
void PrintHexBytes ( $string, [ $hex = true], [ $spaces = true], [ $htmlsafe = true])
void RGADadjustmentLookup ( $rawadjustment,  $signbit)
void RGADamplitude2dB ( $amplitude)
void RGADgainString ( $namecode,  $originatorcode,  $replaygain)
void RGADnameLookup ( $namecode)
void RGADoriginatorLookup ( $originatorcode)
void SafeStripSlashes ( $text)
void sha1_file ( $file)
void trunc ( $floatnumber)
Methods
array_max (line 488)
void array_max ( $arraydata, [ $returnkey = false])
  • $arraydata
  • $returnkey
array_merge_clobber (line 361)
void array_merge_clobber ( $array1,  $array2)
  • $array1
  • $array2
array_merge_noclobber (line 379)
void array_merge_noclobber ( $array1,  $array2)
  • $array1
  • $array2
array_min (line 502)
void array_min ( $arraydata, [ $returnkey = false])
  • $arraydata
  • $returnkey
BigEndian2Bin (line 274)
void BigEndian2Bin ( $byteword)
  • $byteword
BigEndian2Float (line 159)
void BigEndian2Float ( $byteword)
  • $byteword
BigEndian2Int (line 237)
void BigEndian2Int ( $byteword, [ $synchsafe = false], [ $signed = false])
  • $byteword
  • $synchsafe
  • $signed
BigEndian2String (line 284)
void BigEndian2String ( $number, [ $minbytes = 1], [ $synchsafe = false], [ $signed = false])
  • $number
  • $minbytes
  • $synchsafe
  • $signed
Bin2Dec (line 319)
void Bin2Dec ( $binstring, [ $signed = false])
  • $binstring
  • $signed
Bin2String (line 335)
void Bin2String ( $binstring)
  • $binstring
CastAsInt (line 60)
void CastAsInt ( $floatnum)
  • $floatnum
CopyTagsToComments (line 1190)
void CopyTagsToComments ( &$ThisFileInfo)
  • &$ThisFileInfo
CreateDeepArray (line 470)
void CreateDeepArray ( $ArrayPath,  $Separator,  $Value)
  • $ArrayPath
  • $Separator
  • $Value
DateMac2Unix (line 447)
void DateMac2Unix ( $macdate)
  • $macdate
Dec2Bin (line 305)
void Dec2Bin ( $number)
  • $number
DecimalBinary2Float (line 76)
void DecimalBinary2Float ( $binarynumerator)
  • $binarynumerator
EmbeddedLookup (line 1243)
void EmbeddedLookup ( $key,  $begin,  $end,  $file,  $name)
  • $key
  • $begin
  • $end
  • $file
  • $name
fileextension (line 395)
void fileextension ( $filename, [ $numextensions = 1])
  • $filename
  • $numextensions
FixedPoint2_30 (line 464)
void FixedPoint2_30 ( $rawdata)
  • $rawdata
FixedPoint8_8 (line 454)
void FixedPoint8_8 ( $rawdata)
  • $rawdata
FixedPoint16_16 (line 459)
void FixedPoint16_16 ( $rawdata)
  • $rawdata
Float2BinaryDecimal (line 107)
void Float2BinaryDecimal ( $floatvalue)
  • $floatvalue
Float2String (line 123)
void Float2String ( $floatvalue,  $bits)
  • $floatvalue
  • $bits
GetDataImageSize (line 1156)
void GetDataImageSize ( $imgData,  &$imageinfo)
  • $imgData
  • &$imageinfo
hash_data (line 587)
void hash_data ( $file,  $offset,  $end,  $algorithm)
  • $file
  • $offset
  • $end
  • $algorithm
iconv_fallback (line 959)
void iconv_fallback ( $in_charset,  $out_charset,  $string)
  • $in_charset
  • $out_charset
  • $string
iconv_fallback_int_utf8 (line 677)
void iconv_fallback_int_utf8 ( $charval)
  • $charval
iconv_fallback_iso88591_utf8 (line 701)
void iconv_fallback_iso88591_utf8 ( $string, [ $bom = false])
  • $string
  • $bom
iconv_fallback_iso88591_utf16 (line 742)
void iconv_fallback_iso88591_utf16 ( $string)
  • $string
iconv_fallback_iso88591_utf16be (line 718)
void iconv_fallback_iso88591_utf16be ( $string, [ $bom = false])
  • $string
  • $bom
iconv_fallback_iso88591_utf16le (line 730)
void iconv_fallback_iso88591_utf16le ( $string, [ $bom = false])
  • $string
  • $bom
iconv_fallback_utf8_iso88591 (line 747)
void iconv_fallback_utf8_iso88591 ( $string)
  • $string
iconv_fallback_utf8_utf16 (line 877)
void iconv_fallback_utf8_utf16 ( $string)
  • $string
iconv_fallback_utf8_utf16be (line 791)
void iconv_fallback_utf8_utf16be ( $string, [ $bom = false])
  • $string
  • $bom
iconv_fallback_utf8_utf16le (line 834)
void iconv_fallback_utf8_utf16le ( $string, [ $bom = false])
  • $string
  • $bom
iconv_fallback_utf16be_iso88591 (line 910)
void iconv_fallback_utf16be_iso88591 ( $string)
  • $string
iconv_fallback_utf16be_utf8 (line 882)
void iconv_fallback_utf16be_utf8 ( $string)
  • $string
iconv_fallback_utf16le_iso88591 (line 924)
void iconv_fallback_utf16le_iso88591 ( $string)
  • $string
iconv_fallback_utf16le_utf8 (line 896)
void iconv_fallback_utf16le_utf8 ( $string)
  • $string
iconv_fallback_utf16_iso88591 (line 938)
void iconv_fallback_utf16_iso88591 ( $string)
  • $string
iconv_fallback_utf16_utf8 (line 949)
void iconv_fallback_utf16_utf8 ( $string)
  • $string
ImageTypesLookup (line 1169)
void ImageTypesLookup ( $imagetypeid)
  • $imagetypeid
image_type_to_mime_type (line 424)
void image_type_to_mime_type ( $imagetypeid)
  • $imagetypeid
IncludeDependency (line 1287)
void IncludeDependency ( $filename,  $sourcefile, [ $DieOnFailure = false])
  • $filename
  • $sourcefile
  • $DieOnFailure
LittleEndian2Float (line 154)
void LittleEndian2Float ( $byteword)
  • $byteword
LittleEndian2Int (line 269)
void LittleEndian2Int ( $byteword, [ $signed = false])
  • $byteword
  • $signed
LittleEndian2String (line 346)
void LittleEndian2String ( $number, [ $minbytes = 1], [ $synchsafe = false])
  • $number
  • $minbytes
  • $synchsafe
md5_file (line 517)
void md5_file ( $file)
  • $file
MultiByteCharString2HTML (line 1009)
void MultiByteCharString2HTML ( $string, [ $charset = 'ISO-8859-1'])
  • $string
  • $charset
NormalizeBinaryPoint (line 83)
void NormalizeBinaryPoint ( $binarypointnumber, [ $maxbits = 52])
  • $binarypointnumber
  • $maxbits
PlaytimeString (line 411)
void PlaytimeString ( $playtimeseconds)
  • $playtimeseconds
PrintHexBytes (line 17)
void PrintHexBytes ( $string, [ $hex = true], [ $spaces = true], [ $htmlsafe = true])
  • $string
  • $hex
  • $spaces
  • $htmlsafe
RGADadjustmentLookup (line 1127)
void RGADadjustmentLookup ( $rawadjustment,  $signbit)
  • $rawadjustment
  • $signbit
RGADamplitude2dB (line 1151)
void RGADamplitude2dB ( $amplitude)
  • $amplitude
RGADgainString (line 1136)
void RGADgainString ( $namecode,  $originatorcode,  $replaygain)
  • $namecode
  • $originatorcode
  • $replaygain
RGADnameLookup (line 1102)
void RGADnameLookup ( $namecode)
  • $namecode
RGADoriginatorLookup (line 1114)
void RGADoriginatorLookup ( $originatorcode)
  • $originatorcode
SafeStripSlashes (line 35)
void SafeStripSlashes ( $text)
  • $text
sha1_file (line 550)
void sha1_file ( $file)
  • $file
trunc (line 43)
void trunc ( $floatnumber)
  • $floatnumber

Documentation generated on Sun, 02 Jan 2011 23:15:34 +0000 by phpDocumentor 1.4.3