Solar_Json_Checker::_pop()
protected
bool
Solar_Json_Checker::_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.