preg_last_error_msgReturns the error message of the last PCRE regex execution Description
string preg_last_error_msg()
Returns the error message of the last PCRE regex execution. ParametersThis function has no parameters. Return Values
Returns the error message on success, or Examples
Example #1 preg_last_error_msg example
The above example will output: Backtrack limit exhausted See Also
|