function PEAR::popExpect in Flickr API 5
This method pops one element off the expected error codes stack.
Return value
array the list of error codes that were popped
File
- phpFlickr/
PEAR/ PEAR.php, line 408
Class
- PEAR
- Base class for other PEAR classes. Provides rudimentary emulation of destructors.
Code
function popExpect() {
return array_pop($this->_expected_errors);
}