예제 #1
0
파일: MDB2.php 프로젝트: gauthierm/MDB2
 /**
  * This method deletes all occurences of the specified element from
  * the expected error codes stack.
  *
  * @param  mixed $error_code error code that should be deleted
  * @return mixed list of error codes that were deleted or error
  *
  * @uses PEAR::delExpect()
  */
 public function delExpect($error_code)
 {
     return $this->pear->delExpect($error_code);
 }