Ejemplo n.º 1
0
 /**
  * @param int php error level constant
  * @return bool
  */
 static function is_error($emask = PLUG_ERROR_REPORTING)
 {
     return PLUGError::is_error($emask);
 }