Skip to main content
Drupal API Help
Helping Drupal Community, One API at a time
Main menu
Home
Drupal Core
Getting Help
You are here
Home
»
API reference
»
Webform Calculator 7
»
evalmath.class.php
»
EvalMathStack
function EvalMathStack::last in Webform Calculator 7
File
./
evalmath.class.php
, line 384
Class
EvalMathStack
Code
function
last
(
$n
=
1
) {
return
$this
->
stack
[
$this
->
count
-
$n
]; }
API Navigation
Webform Calculator 7
Classes
Functions
Files