XrefEntry
in package
Read onlyYes
FinalYes
A single entry from the cross-reference table.
Table of Contents
Constants
- TYPE_COMPRESSED = 2
- TYPE_FREE = 0
- TYPE_IN_USE = 1
Properties
- $generation : int
- $offset : int
- $type : int
Methods
- __construct() : mixed
Constants
TYPE_COMPRESSED
public
mixed
TYPE_COMPRESSED
= 2
TYPE_FREE
public
mixed
TYPE_FREE
= 0
TYPE_IN_USE
public
mixed
TYPE_IN_USE
= 1
Properties
$generation
public
int
$generation
$offset
public
int
$offset
$type
public
int
$type
Methods
__construct()
public
__construct(int $type, int $offset, int $generation) : mixed
Parameters
- $type : int
- $offset : int
- $generation : int