update : 2015.11.03
php.shukuma.com검색:
|
preg_last_error(PHP 5 >= 5.2.0) preg_last_error — Returns the error code of the last PCRE regex execution 설명
int preg_last_error
( void
)
Returns the error code of the last PCRE regex execution.
Example #1 preg_last_error() example
<?php 위 예제의 출력: Backtrack limit was exhausted! 반환값Returns one of the following constants (explained on their own page):
|