push() push(mixed $type, mixed $value, mixed $reference = null) Push a new entry onto the stack. Parameters mixed $type mixed $value mixed $reference
last() last(integer $n = 1) : mixed Return an entry from the stack without removing it. Parameters integer $n number indicating how far back in the stack we want to look Returns mixed