$No
$No : integer
The PPS index.
Class for creating PPS's for OLE containers.
__construct(integer $No, string $name, integer $type, integer $prev, integer $next, integer $dir, integer $time_1st, integer $time_2nd, string $data, array $children)
The constructor.
integer | $No | The PPS index |
string | $name | The PPS name |
integer | $type | The PPS type. Dir, Root or File |
integer | $prev | The index of the previous PPS |
integer | $next | The index of the next PPS |
integer | $dir | The index of it's first child if this is a Dir or Root PPS |
integer | $time_1st | A timestamp |
integer | $time_2nd | A timestamp |
string | $data | The (usually binary) source data of the PPS |
array | $children | Array containing children PPS for this PPS |