ZenphotoCMS 1.6.1

getid3_handler
in package

Table of Contents

$data_string  : string
String to analyze.
$data_string_flag  : bool
Analyzing filepointer or string.
$data_string_length  : int
String length.
$data_string_position  : int
Seek position in string.
$getid3  : getID3
$dependency_to  : string
__construct()  : mixed
getid3_handler constructor.
Analyze()  : bool
Analyze from file pointer.
AnalyzeString()  : mixed
Analyze from string instead.
saveAttachment()  : string|null
setStringMode()  : mixed
error()  : bool
feof()  : bool
fgets()  : string|false
fread()  : string|false
fseek()  : int
ftell()  : int|bool
isDependencyFor()  : bool
notice()  : mixed
warning()  : bool

Properties

$data_string

String to analyze.

protected string $data_string = ''

$data_string_flag

Analyzing filepointer or string.

protected bool $data_string_flag = \false

$data_string_length

String length.

protected int $data_string_length = 0

$data_string_position

Seek position in string.

protected int $data_string_position = 0

$dependency_to

private string $dependency_to

Methods

__construct()

getid3_handler constructor.

public __construct(getID3 $getid3[, string $call_module = null ]) : mixed
Parameters
$getid3 : getID3
$call_module : string = null
Return values
mixed

Analyze()

Analyze from file pointer.

public abstract Analyze() : bool
Return values
bool

AnalyzeString()

Analyze from string instead.

public AnalyzeString(string $string) : mixed
Parameters
$string : string
Return values
mixed

saveAttachment()

public saveAttachment(string $name, int $offset, int $length[, string $image_mime = null ]) : string|null
Parameters
$name : string
$offset : int
$length : int
$image_mime : string = null
Tags
throws
Exception
throws
getid3_exception
Return values
string|null

setStringMode()

public setStringMode(string $string) : mixed
Parameters
$string : string
Return values
mixed

error()

protected error(string $text) : bool
Parameters
$text : string
Return values
bool

feof()

protected feof() : bool
Return values
bool

fread()

protected fread(int $bytes) : string|false
Parameters
$bytes : int
Tags
throws
getid3_exception
Return values
string|false

fseek()

protected fseek(int $bytes[, int $whence = SEEK_SET ]) : int
Parameters
$bytes : int
$whence : int = SEEK_SET
Tags
throws
getid3_exception
Return values
int

ftell()

protected ftell() : int|bool
Return values
int|bool

isDependencyFor()

protected final isDependencyFor(string $module) : bool
Parameters
$module : string
Return values
bool

notice()

protected notice(string $text) : mixed
Parameters
$text : string
Return values
mixed

warning()

protected warning(string $text) : bool
Parameters
$text : string
Return values
bool

Search results