dolibarr  17.0.4
Public Member Functions | List of all members
EvalMathStack Class Reference

Class for internal use. More...

Public Member Functions

 push ($val)
 push More...
 
 pop ()
 pop More...
 
 last ($n=1)
 last More...
 

Detailed Description

Class for internal use.

Definition at line 481 of file evalmath.class.php.

Member Function Documentation

◆ last()

EvalMathStack::last (   $n = 1)

last

Parameters
int$nN
Returns
mixed Stack

Definition at line 520 of file evalmath.class.php.

◆ pop()

EvalMathStack::pop ( )

pop

Returns
mixed Stack

Definition at line 505 of file evalmath.class.php.

◆ push()

EvalMathStack::push (   $val)

push

Parameters
string$valVal
Returns
void

Definition at line 494 of file evalmath.class.php.


The documentation for this class was generated from the following file: