[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

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

(no description)

File Size: 2463 lines (80 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 1 file
 wp-includes/ID3/getid3.lib.php

Defines 2 classes

getID3:: (36 methods):
  __construct()
  version()
  fread_buffer_size()
  setOption()
  openfile()
  analyze()
  error()
  warning()
  CleanUp()
  GetFileFormatArray()
  GetFileFormat()
  CharConvert()
  HandleAllTags()
  CopyTagsToComments()
  getHashdata()
  ChannelsBitratePlaytimeCalculations()
  CalculateCompressionRatioVideo()
  CalculateCompressionRatioAudio()
  CalculateReplayGain()
  ProcessAudioStreams()
  getid3_tempnam()
  include_module()
  is_writable()
  __construct()
  AnalyzeString()
  setStringMode()
  ftell()
  fread()
  fseek()
  fgets()
  feof()
  isDependencyFor()
  error()
  warning()
  notice()
  saveAttachment()

getid3_exception:: (0 methods):


Class: getID3  - X-Ref

__construct()   X-Ref


version()   X-Ref

return: string

fread_buffer_size()   X-Ref

return: int

setOption($optArray)   X-Ref

return: bool
param: array $optArray

openfile($filename, $filesize=null, $fp=null)   X-Ref

return: bool
param: string   $filename
param: int      $filesize
param: resource $fp

analyze($filename, $filesize=null, $original_filename='', $fp=null)   X-Ref
analyze file

return: array
param: string   $filename
param: int      $filesize
param: string   $original_filename
param: resource $fp

error($message)   X-Ref
Error handling.

return: array
param: string $message

warning($message)   X-Ref
Warning handling.

return: bool
param: string $message

CleanUp()   X-Ref

return: bool

GetFileFormatArray()   X-Ref
Return array containing information about all supported formats.

return: array

GetFileFormat(&$filedata, $filename='')   X-Ref

return: mixed|false
param: string $filedata
param: string $filename

CharConvert(&$array, $encoding)   X-Ref
Converts array to $encoding charset from $this->encoding.

param: array  $array
param: string $encoding

HandleAllTags()   X-Ref

return: bool

CopyTagsToComments(&$ThisFileInfo)   X-Ref
Calls getid3_lib::CopyTagsToComments() but passes in the option_tags_html setting from this instance of getID3

return: bool
param: array $ThisFileInfo

getHashdata($algorithm)   X-Ref

return: array|bool
param: string $algorithm

ChannelsBitratePlaytimeCalculations()   X-Ref
No description

CalculateCompressionRatioVideo()   X-Ref

return: bool

CalculateCompressionRatioAudio()   X-Ref

return: bool

CalculateReplayGain()   X-Ref

return: bool

ProcessAudioStreams()   X-Ref

return: bool

getid3_tempnam()   X-Ref

return: string|bool

include_module($name)   X-Ref

return: bool
param: string $name

is_writable($filename)   X-Ref

return: bool
param: string $filename

__construct(getID3 $getid3, $call_module=null)   X-Ref
getid3_handler constructor.

param: getID3 $getid3
param: string $call_module

AnalyzeString($string)   X-Ref
Analyze from string instead.

param: string $string

setStringMode($string)   X-Ref

param: string $string

ftell()   X-Ref

return: int|bool

fread($bytes)   X-Ref

return: string|false
param: int $bytes

fseek($bytes, $whence=SEEK_SET)   X-Ref

return: int
param: int $bytes
param: int $whence

fgets()   X-Ref

return: string|false

feof()   X-Ref

return: bool

isDependencyFor($module)   X-Ref

return: bool
param: string $module

error($text)   X-Ref

return: bool
param: string $text

warning($text)   X-Ref

return: bool
param: string $text

notice($text)   X-Ref

param: string $text

saveAttachment($name, $offset, $length, $image_mime=null)   X-Ref

return: string|null
param: string $name
param: int    $offset
param: int    $length
param: string $image_mime

Class: getid3_exception  - X-Ref



Generated: Tue Mar 19 01:00:02 2024 Cross-referenced by PHPXref 0.7.1