PHP » GoLang |
login |
register |
about
|
GoLang preg_last_error
request it (540)
GoLang replacement for PHP's preg_last_error
[edit | history]
preg_last_error(PHP 5 >= 5.2.0, PHP 7) preg_last_error — Returns the error code of the last PCRE regex execution Description
int preg_last_error
( void
)
Returns the error code of the last PCRE regex execution.
Example #1 preg_last_error() example
<?php The above example will output: Backtrack limit was exhausted! Return ValuesReturns one of the following constants (explained on their own page):
|
more
Recently updated
more
Most requested
more
Last requests
|