|
$tag
Tag identifier of this entry |
|
$offset
Offset in byte to this entry |
|
$length
Length in byte of this entry |
|
$name
Tag name of this entry |
|
$_length
Length in byte of this entry |
|
$_name
Tag name of this entry |
|
$_offset
Offset in byte to this entry |
|
$_tag
Tag identifier of this entry |
|
__construct (int $tag, int $offset, int $length)
The constructor |
int |
getLength ()
Returns the length in byte of this entry |
string |
getName ()
Returns the tag name of this entry |
int |
getOffset ()
Returns the offset in byte to this entry |
int |
getTag ()
Returns the tag identifier of this entry |
mixed |
__get (mixed $name)
|
Length in byte of this entry
protected int $_length
Tag name of this entry
protected string $_name
Offset in byte to this entry
protected int $_offset
Tag identifier of this entry
protected int $_tag
The constructor
int $tag
Tag identifier of the entry
int $offset
Offset in byte to the entry
int $length
Length in byte of the entry
public __construct (int $tag, int $offset, int $length)
Returns the length in byte of this entry
public int getLength ()
Returns the tag name of this entry
public string getName ()
Returns the offset in byte to this entry
public int getOffset ()
Returns the tag identifier of this entry
public int getTag ()
mixed $name
public mixed __get (mixed $name)