Class: getid3_lib
Source Location: /zp-extensions/class-video/getid3/getid3.lib.php
Class getid3_lib
Methods
static void array_max(
$arraydata, [
$returnkey = false]
)
|
|
Parameters:
API Tags:
static void array_merge_clobber(
$array1,
$array2
)
|
|
Parameters:
API Tags:
static void array_merge_noclobber(
$array1,
$array2
)
|
|
Parameters:
API Tags:
static void array_min(
$arraydata, [
$returnkey = false]
)
|
|
Parameters:
API Tags:
static void BigEndian2Bin(
$byteword
)
|
|
Parameters:
API Tags:
static void BigEndian2Float(
$byteword
)
|
|
Parameters:
API Tags:
static void BigEndian2Int(
$byteword, [
$synchsafe = false], [
$signed = false]
)
|
|
Parameters:
|
$byteword: |
|
|
$synchsafe: |
|
|
$signed: |
|
API Tags:
static void BigEndian2String(
$number, [
$minbytes = 1], [
$synchsafe = false], [
$signed = false]
)
|
|
Parameters:
|
$number: |
|
|
$minbytes: |
|
|
$synchsafe: |
|
|
$signed: |
|
API Tags:
static void Bin2Dec(
$binstring, [
$signed = false]
)
|
|
Parameters:
API Tags:
static void Bin2String(
$binstring
)
|
|
Parameters:
API Tags:
static void CastAsInt(
$floatnum
)
|
|
Parameters:
API Tags:
static void CopyFileParts(
$filename_source,
$filename_dest,
$offset,
$length
)
|
|
Parameters:
|
$filename_source: |
|
|
$filename_dest: |
|
|
$offset: |
|
|
$length: |
|
API Tags:
static void CopyTagsToComments(
&$ThisFileInfo
)
|
|
Parameters:
API Tags:
static void CreateDeepArray(
$ArrayPath,
$Separator,
$Value
)
|
|
Parameters:
|
$ArrayPath: |
|
|
$Separator: |
|
|
$Value: |
|
API Tags:
static void DateMac2Unix(
$macdate
)
|
|
Parameters:
API Tags:
static void Dec2Bin(
$number
)
|
|
Parameters:
API Tags:
static void DecimalBinary2Float(
$binarynumerator
)
|
|
Parameters:
API Tags:
static void DecimalizeFraction(
$fraction
)
|
|
Parameters:
API Tags:
static void EmbeddedLookup(
$key,
$begin,
$end,
$file,
$name
)
|
|
Parameters:
|
$key: |
|
|
$begin: |
|
|
$end: |
|
|
$file: |
|
|
$name: |
|
API Tags:
static void fileextension(
$filename, [
$numextensions = 1]
)
|
|
Parameters:
|
$filename: |
|
|
$numextensions: |
|
API Tags:
static void FixedPoint2_30(
$rawdata
)
|
|
Parameters:
API Tags:
static void FixedPoint8_8(
$rawdata
)
|
|
Parameters:
API Tags:
static void FixedPoint16_16(
$rawdata
)
|
|
Parameters:
API Tags:
static void Float2BinaryDecimal(
$floatvalue
)
|
|
Parameters:
API Tags:
static void Float2String(
$floatvalue,
$bits
)
|
|
Parameters:
API Tags:
static void GetDataImageSize(
$imgData, [
&$imageinfo = array()]
)
|
|
Parameters:
API Tags:
static void getFileSizeSyscall(
$path
)
|
|
Parameters:
API Tags:
static void hash_data(
$file,
$offset,
$end,
$algorithm
)
|
|
Parameters:
|
$file: |
|
|
$offset: |
|
|
$end: |
|
|
$algorithm: |
|
API Tags:
static void iconv_fallback(
$in_charset,
$out_charset,
$string
)
|
|
Parameters:
|
$in_charset: |
|
|
$out_charset: |
|
|
$string: |
|
API Tags:
static void iconv_fallback_int_utf8(
$charval
)
|
|
Parameters:
API Tags:
static void iconv_fallback_iso88591_utf8(
$string, [
$bom = false]
)
|
|
Parameters:
API Tags:
static void iconv_fallback_iso88591_utf16(
$string
)
|
|
Parameters:
API Tags:
static void iconv_fallback_iso88591_utf16be(
$string, [
$bom = false]
)
|
|
Parameters:
API Tags:
static void iconv_fallback_iso88591_utf16le(
$string, [
$bom = false]
)
|
|
Parameters:
API Tags:
static void iconv_fallback_utf8_iso88591(
$string
)
|
|
Parameters:
API Tags:
static void iconv_fallback_utf8_utf16(
$string
)
|
|
Parameters:
API Tags:
static void iconv_fallback_utf8_utf16be(
$string, [
$bom = false]
)
|
|
Parameters:
API Tags:
static void iconv_fallback_utf8_utf16le(
$string, [
$bom = false]
)
|
|
Parameters:
API Tags:
static void iconv_fallback_utf16be_iso88591(
$string
)
|
|
Parameters:
API Tags:
static void iconv_fallback_utf16be_utf8(
$string
)
|
|
Parameters:
API Tags:
static void iconv_fallback_utf16le_iso88591(
$string
)
|
|
Parameters:
API Tags:
static void iconv_fallback_utf16le_utf8(
$string
)
|
|
Parameters:
API Tags:
static void iconv_fallback_utf16_iso88591(
$string
)
|
|
Parameters:
API Tags:
static void iconv_fallback_utf16_utf8(
$string
)
|
|
Parameters:
API Tags:
static void ImageExtFromMime(
$mime_type
)
|
|
Parameters:
API Tags:
static void ImageTypesLookup(
$imagetypeid
)
|
|
Parameters:
API Tags:
static void IncludeDependency(
$filename,
$sourcefile, [
$DieOnFailure = false]
)
|
|
Parameters:
|
$filename: |
|
|
$sourcefile: |
|
|
$DieOnFailure: |
|
API Tags:
static void intValueSupported(
$num
)
|
|
Parameters:
API Tags:
static void ksort_recursive(
&$theArray
)
|
|
Parameters:
API Tags:
static void LittleEndian2Float(
$byteword
)
|
|
Parameters:
API Tags:
static void LittleEndian2Int(
$byteword, [
$signed = false]
)
|
|
Parameters:
API Tags:
static void LittleEndian2String(
$number, [
$minbytes = 1], [
$synchsafe = false]
)
|
|
Parameters:
|
$number: |
|
|
$minbytes: |
|
|
$synchsafe: |
|
API Tags:
static void MultiByteCharString2HTML(
$string, [
$charset = 'ISO-8859-1']
)
|
|
Parameters:
API Tags:
static void NormalizeBinaryPoint(
$binarypointnumber, [
$maxbits = 52]
)
|
|
Parameters:
|
$binarypointnumber: |
|
|
$maxbits: |
|
API Tags:
static void PlaytimeString(
$seconds
)
|
|
Parameters:
API Tags:
static void PrintHexBytes(
$string, [
$hex = true], [
$spaces = true], [
$htmlencoding = 'UTF-8']
)
|
|
Parameters:
|
$string: |
|
|
$hex: |
|
|
$spaces: |
|
|
$htmlencoding: |
|
API Tags:
static void RGADadjustmentLookup(
$rawadjustment,
$signbit
)
|
|
Parameters:
|
$rawadjustment: |
|
|
$signbit: |
|
API Tags:
static void RGADamplitude2dB(
$amplitude
)
|
|
Parameters:
API Tags:
static void RGADgainString(
$namecode,
$originatorcode,
$replaygain
)
|
|
Parameters:
|
$namecode: |
|
|
$originatorcode: |
|
|
$replaygain: |
|
API Tags:
static void RGADnameLookup(
$namecode
)
|
|
Parameters:
API Tags:
static void RGADoriginatorLookup(
$originatorcode
)
|
|
Parameters:
API Tags:
static void safe_inc(
&$variable, [
$increment = 1]
)
|
|
Parameters:
API Tags:
static void SimpleXMLelement2array(
$XMLobject
)
|
|
Parameters:
API Tags:
static void trimNullByte(
$string
)
|
|
Parameters:
API Tags:
static void trunc(
$floatnumber
)
|
|
Parameters:
API Tags:
static void XML2array(
$XMLstring
)
|
|
Parameters:
API Tags:
|
|