[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 111 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Class: PHPExcel_Calculation_Token_Stack - X-Ref
PHPExcel_Calculation_Token_Stackcount() X-Ref |
Return the number of entries on the stack return: integer |
push($type, $value, $reference = null) X-Ref |
Push a new entry onto the stack param: mixed $type param: mixed $value param: mixed $reference |
pop() X-Ref |
Pop the last entry from the stack return: mixed |
last($n = 1) X-Ref |
Return an entry from the stack without removing it param: integer $n number indicating how far back in the stack we want to look return: mixed |
clear() X-Ref |
Clear the stack |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |