Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
preg_last_error
preg_last_error
Returns the error code generated by the last PCRE regular execution
Name:
preg_last_error
Category:
Regular processing PCRE
Programming Language:
php
One-line Description:
Returns an error code indicating the reason for the recent regex call to fail.
Related
How to explain the importance of mysqli_stmt::$error to novices
8
Error Assertions in PHP Unit Testing: A Guide to Improving Code Quality and Stability
4
How to switch between socket_set_block and socket_set_nonblock correctly
2
Application tips for PHP is_nan function in form data processing
9
Similar Functions
preg_split
preg_split
Separatestringsbyare
preg_quote
preg_quote
Escaperegularexpress
preg_replace_callback
preg_replace_callback
Performaregularexpre
preg_filter
preg_filter
Performregularexpres
preg_replace_callback_array
preg_replace_callback_array
Performaregularexpre
preg_match_all
preg_match_all
Performglobalregular
preg_last_error_msg
preg_last_error_msg
Returnstheerrormessa
preg_replace
preg_replace
Performaregularexpre
Popular Articles