PHP » GoLang |
login |
register |
about
|
GoLang ErrorException::getSeverity
request it (245)
GoLang replacement for PHP's ErrorException::getSeverity
[edit | history]
PHP ErrorException::getSeverityPHP original manual for ErrorException::getSeverity [ show | php.net ]ErrorException::getSeverity(PHP 5 >= 5.1.0, PHP 7) ErrorException::getSeverity — Gets the exception severity Description
final public int ErrorException::getSeverity
( void
)
Returns the severity of the exception. ParametersThis function has no parameters. Return ValuesReturns the severity level of the exception. Examples
Example #1 ErrorException::getSeverity() example
<?php The above example will output something similar to: This exception severity is: 256 bool(true) |
more
Recently updated
more
Most requested
more
Last requests
|