OLE_PPS_TYPE_ROOT
OLE_PPS_TYPE_ROOT = 5
OLE package base class.
_ppsTreeComplete(integer $index) : boolean
It checks whether the PPS tree is complete (all PPS's read) starting with the given PPS (not necessarily root)
integer | $index | The index of the PPS from which we are checking |
Whether the PPS tree for the given PPS is complete
getData(integer $index, integer $position, integer $length) : string
Gets data from a PPS If there is no PPS for the index given, it will return an empty string.
integer | $index | The index for the PPS |
integer | $position | The position from which to start reading (relative to the PPS) |
integer | $length | The amount of bytes to read (at most) |
The binary string containing the data requested