PHP » GoLang |
login |
register |
about
|
GoLang error_clear_last
request it (386)
GoLang replacement for PHP's error_clear_last
[edit | history]
error_clear_last(PHP 7) error_clear_last — Clear the most recent error Description
void error_clear_last
( void
)
Return ValuesClears the most recent errors, making it unable to be retrieved with error_get_last(). Examples
Example #1 An error_clear_last() example
<?php The above example will output something similar to: NULL NULL array(4) { ["type"]=> int(8) ["message"]=> string(21) "Undefined variable: b" ["file"]=> string(9) "%s" ["line"]=> int(6) } NULL |
more
Recently updated
more
Most requested
more
Last requests
|