[ Index ]

WordPress Cross Reference

title

Body

[close]

/wp-includes/ID3/ -> getid3.lib.php (summary)

part of getID3()                           //

File Size: 1341 lines (43 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

getid3_lib:: (66 methods):
  PrintHexBytes()
  trunc()
  safe_inc()
  CastAsInt()
  intValueSupported()
  DecimalizeFraction()
  DecimalBinary2Float()
  NormalizeBinaryPoint()
  Float2BinaryDecimal()
  Float2String()
  LittleEndian2Float()
  BigEndian2Float()
  BigEndian2Int()
  LittleEndian2Int()
  BigEndian2Bin()
  BigEndian2String()
  Dec2Bin()
  Bin2Dec()
  Bin2String()
  LittleEndian2String()
  array_merge_clobber()
  array_merge_noclobber()
  ksort_recursive()
  fileextension()
  PlaytimeString()
  DateMac2Unix()
  FixedPoint8_8()
  FixedPoint16_16()
  FixedPoint2_30()
  CreateDeepArray()
  array_max()
  array_min()
  XML2array()
  SimpleXMLelement2array()
  hash_data()
  CopyFileParts()
  iconv_fallback_int_utf8()
  iconv_fallback_iso88591_utf8()
  iconv_fallback_iso88591_utf16be()
  iconv_fallback_iso88591_utf16le()
  iconv_fallback_iso88591_utf16()
  iconv_fallback_utf8_iso88591()
  iconv_fallback_utf8_utf16be()
  iconv_fallback_utf8_utf16le()
  iconv_fallback_utf8_utf16()
  iconv_fallback_utf16be_utf8()
  iconv_fallback_utf16le_utf8()
  iconv_fallback_utf16be_iso88591()
  iconv_fallback_utf16le_iso88591()
  iconv_fallback_utf16_iso88591()
  iconv_fallback_utf16_utf8()
  iconv_fallback()
  MultiByteCharString2HTML()
  RGADnameLookup()
  RGADoriginatorLookup()
  RGADadjustmentLookup()
  RGADgainString()
  RGADamplitude2dB()
  GetDataImageSize()
  ImageExtFromMime()
  ImageTypesLookup()
  CopyTagsToComments()
  EmbeddedLookup()
  IncludeDependency()
  trimNullByte()
  getFileSizeSyscall()


Class: getid3_lib  - X-Ref

PrintHexBytes($string, $hex=true, $spaces=true, $htmlencoding='UTF-8')   X-Ref
No description

trunc($floatnumber)   X-Ref
No description

safe_inc(&$variable, $increment=1)   X-Ref
No description

CastAsInt($floatnum)   X-Ref
No description

intValueSupported($num)   X-Ref
No description

DecimalizeFraction($fraction)   X-Ref
No description

DecimalBinary2Float($binarynumerator)   X-Ref
No description

NormalizeBinaryPoint($binarypointnumber, $maxbits=52)   X-Ref
No description

Float2BinaryDecimal($floatvalue)   X-Ref
No description

Float2String($floatvalue, $bits)   X-Ref
No description

LittleEndian2Float($byteword)   X-Ref
No description

BigEndian2Float($byteword)   X-Ref
No description

BigEndian2Int($byteword, $synchsafe=false, $signed=false)   X-Ref
No description

LittleEndian2Int($byteword, $signed=false)   X-Ref
No description

BigEndian2Bin($byteword)   X-Ref
No description

BigEndian2String($number, $minbytes=1, $synchsafe=false, $signed=false)   X-Ref
No description

Dec2Bin($number)   X-Ref
No description

Bin2Dec($binstring, $signed=false)   X-Ref
No description

Bin2String($binstring)   X-Ref
No description

LittleEndian2String($number, $minbytes=1, $synchsafe=false)   X-Ref
No description

array_merge_clobber($array1, $array2)   X-Ref
No description

array_merge_noclobber($array1, $array2)   X-Ref
No description

ksort_recursive(&$theArray)   X-Ref
No description

fileextension($filename, $numextensions=1)   X-Ref
No description

PlaytimeString($seconds)   X-Ref
No description

DateMac2Unix($macdate)   X-Ref
No description

FixedPoint8_8($rawdata)   X-Ref
No description

FixedPoint16_16($rawdata)   X-Ref
No description

FixedPoint2_30($rawdata)   X-Ref
No description

CreateDeepArray($ArrayPath, $Separator, $Value)   X-Ref
No description

array_max($arraydata, $returnkey=false)   X-Ref
No description

array_min($arraydata, $returnkey=false)   X-Ref
No description

XML2array($XMLstring)   X-Ref
No description

SimpleXMLelement2array($XMLobject)   X-Ref
No description

hash_data($file, $offset, $end, $algorithm)   X-Ref
No description

CopyFileParts($filename_source, $filename_dest, $offset, $length)   X-Ref
No description

iconv_fallback_int_utf8($charval)   X-Ref
No description

iconv_fallback_iso88591_utf8($string, $bom=false)   X-Ref
No description

iconv_fallback_iso88591_utf16be($string, $bom=false)   X-Ref
No description

iconv_fallback_iso88591_utf16le($string, $bom=false)   X-Ref
No description

iconv_fallback_iso88591_utf16($string)   X-Ref
No description

iconv_fallback_utf8_iso88591($string)   X-Ref
No description

iconv_fallback_utf8_utf16be($string, $bom=false)   X-Ref
No description

iconv_fallback_utf8_utf16le($string, $bom=false)   X-Ref
No description

iconv_fallback_utf8_utf16($string)   X-Ref
No description

iconv_fallback_utf16be_utf8($string)   X-Ref
No description

iconv_fallback_utf16le_utf8($string)   X-Ref
No description

iconv_fallback_utf16be_iso88591($string)   X-Ref
No description

iconv_fallback_utf16le_iso88591($string)   X-Ref
No description

iconv_fallback_utf16_iso88591($string)   X-Ref
No description

iconv_fallback_utf16_utf8($string)   X-Ref
No description

iconv_fallback($in_charset, $out_charset, $string)   X-Ref
No description

MultiByteCharString2HTML($string, $charset='ISO-8859-1')   X-Ref
No description

RGADnameLookup($namecode)   X-Ref
No description

RGADoriginatorLookup($originatorcode)   X-Ref
No description

RGADadjustmentLookup($rawadjustment, $signbit)   X-Ref
No description

RGADgainString($namecode, $originatorcode, $replaygain)   X-Ref
No description

RGADamplitude2dB($amplitude)   X-Ref
No description

GetDataImageSize($imgData, &$imageinfo=array()   X-Ref
No description

ImageExtFromMime($mime_type)   X-Ref
No description

ImageTypesLookup($imagetypeid)   X-Ref
No description

CopyTagsToComments(&$ThisFileInfo)   X-Ref
No description

EmbeddedLookup($key, $begin, $end, $file, $name)   X-Ref
No description

IncludeDependency($filename, $sourcefile, $DieOnFailure=false)   X-Ref
No description

trimNullByte($string)   X-Ref
No description

getFileSizeSyscall($path)   X-Ref
No description



Generated: Tue Mar 25 01:41:18 2014 WordPress honlapkészítés: online1.hu