| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
PHPExcel Copyright (c) 2006 - 2014 PHPExcel
| Copyright: | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
| License: | http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL |
| Version: | ##VERSION##, ##DATE## |
| File Size: | 115 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_Stack| count() 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: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |