$_StartBlock $_StartBlock : integer Starting block (small or big) for this PPS's data inside the container Type integer
__construct() __construct(string $name) The constructor Parameters string $name The name of the file (in Unicode)
_DataLen() _DataLen() : integer Returns the amount of data saved for this PPS Returns integer — The amount of data (in bytes)
_getPpsWk() _getPpsWk() : string Returns a string with the PPS's WK (What is a WK?) Returns string — The binary string
_savePpsSetPnt() _savePpsSetPnt( $raList, $to_save, $depth) : integer Updates index and pointers to previous, next and children PPS's for this PPS. I don't think it'll work with Dir PPS's. Parameters $raList $to_save $depth Returns integer — The index for this PPS
init() init() : mixed Initialization method. Has to be called right after OLE_PPS_File(). Returns mixed — true on success
getStream() getStream() : resource Returns a stream for reading this file using fread() etc. Returns resource — a read-only stream