ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Public Member Functions | |
push ($val) | |
pop () | |
last ($n=1) | |
Data Fields | |
$stack = array() | |
$count = 0 | |
Definition at line 395 of file class.EvalMath.php.
EvalMathStack::last | ( | $n = 1 | ) |
Definition at line 413 of file class.EvalMath.php.
References $n.
EvalMathStack::pop | ( | ) |
Definition at line 405 of file class.EvalMath.php.
EvalMathStack::push | ( | $val | ) |
Definition at line 400 of file class.EvalMath.php.
EvalMathStack::$count = 0 |
Definition at line 398 of file class.EvalMath.php.
EvalMathStack::$stack = array() |
Definition at line 397 of file class.EvalMath.php.