[ Index ]

PHP Cross Reference of phpwcms V1.4.7 _r403 (01.11.10)

title

Body

[close]

/include/inc_ext/PEAR/OLE/ -> PPS.php (summary)

(no description)

File Size: 219 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 1 file
 include/inc_ext/PEAR/OLE/OLE.php

Defines 1 class

OLE_PPS:: (4 methods):
  OLE_PPS()
  _DataLen()
  _getPpsWk()
  _savePpsSetPnt()


Class: OLE_PPS  - X-Ref

Class for creating PPS's for OLE containers

OLE_PPS($No, $name, $type, $prev, $next, $dir, $time_1st, $time_2nd, $data, $children)   X-Ref
The constructor

param: integer $No   The PPS index
param: string $name  The PPS name (in Unicode)
param: integer $type The PPS type. Dir, Root or File
param: integer $prev The index of the previous PPS
param: integer $next The index of the next PPS
param: integer $dir  The index of it's first child if this is a Dir or Root PPS
param: integer $time_1st A timestamp
param: integer $time_2nd A timestamp
param: array   $children Array containing children PPS for this PPS

_DataLen()   X-Ref
Returns the amount of data saved for this PPS

return: integer The amount of data (in bytes)

_getPpsWk()   X-Ref
Returns a string with the PPS's WK (What is a WK?)

return: string The binary string

_savePpsSetPnt(&$pps_array)   X-Ref
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.

param: array &$pps_array Reference to the array of PPS's for the whole OLE
return: integer          The index for this PPS



Generated: Tue Nov 16 22:51:00 2010 Cross-referenced by PHPXref 0.7