ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
push ($val) | |
pop () | |
last ($n=1) | |
Data Fields | |
$stack = array() | |
$count = 0 | |
Definition at line 442 of file class.EvalMath.php.
EvalMathStack::last | ( | $n = 1 | ) |
EvalMathStack::pop | ( | ) |
Definition at line 453 of file class.EvalMath.php.
EvalMathStack::push | ( | $val | ) |
Definition at line 447 of file class.EvalMath.php.
EvalMathStack::$count = 0 |
Definition at line 445 of file class.EvalMath.php.
EvalMathStack::$stack = array() |
Definition at line 444 of file class.EvalMath.php.