|
Previous Page |
Solar_Json_Checker |
Next Page |
_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.