| [ PHPXref.com ] | [ Generated: Sun Jul 20 17:06:29 2008 ] | [ CRM-CTT 3.4.2 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Source view] [Print]
(no description)
| File Size: | 219 lines (7 kb) |
| Included or required: | 3 times |
| Referenced: | 0 times |
| Includes or requires: | 2 files PEAR.php OLE.php |
OLE_PPS:: (4 methods):
OLE_PPS()
_DataLen()
_getPpsWk()
_savePpsSetPnt()
| 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 |
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |