Previous Page
_mapAscii()

Solar_Json_Checker
_pop()

Next Page
_push()

_pop()

protected bool _pop ( int $mode )

Pop the stack, assuring that the current mode matches the expectation.

Parameters

  • (int) $mode: Mode to pop from the stack

Returns

  • (bool) Success/failure of stack pop

Description

Pop the stack, assuring that the current mode matches the expectation.

Return false if there is underflow or if the modes mismatch.