WC_Eval_Math_Stack::push( mixed $val )
Push value into stack.
Description Description
Parameters Parameters
- $val
-
(Required)
Source Source
File: includes/libraries/class-wc-eval-math.php
public function push( $val ) { $this->stack[ $this->count ] = $val; $this->count++; }