Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: preg_last_error - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

preg_match_all" width="11" height="7"/> <preg_grep
Last updated: Mon, 05 Feb 2007

view this page in

preg_last_error

(PHP 5 >= 5.2.0)

preg_last_error — 直近の PCRE 正規表現処理のエラーコードを返す

説明

int preg_last_error ( void )

直近の PCRE 正規表現処理のエラーコードを返します。

返り値

以下の定数のいずれかを返します (別のページで説明します)。
PREG_NO_ERROR
PREG_INTERNAL_ERROR
PREG_BACKTRACK_LIMIT_ERROR (pcre.backtrack_limit も参照ください)
PREG_RECURSION_LIMIT_ERROR (pcre.recursion_limit も参照ください)
PREG_BAD_UTF8_ERROR



add a note add a note User Contributed Notes
preg_last_error
There are no user contributed notes for this page.

preg_match_all" width="11" height="7"/> <preg_grep
Last updated: Mon, 05 Feb 2007
 
 
show source | credits | sitemap | contact | advertising | mirror sites