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