PHP
·
发表于 5年以前
·
阅读量:8296
ÔÚphpÉý¼¶µ½php5.3Ö®ºoºo£¬ÔÚʹÓõĹý³Ì¾³£*¢ÏÖÓеijÌÐo»a³oÏÖFunction eregi() is deprecated µÄ±¨´iÐÅÏ¢¡£ÊÇʲôÔÒoÄØ£¿
ÕaÊÇÒoΪphp5.3Öв»ÔÙÖ§³Öeregi()º¯Êý£¬¶øʹÓÃpreg_match()º¯ÊýÌae´u¡£
½a¾oµÄ½¨ÊÇ£º½«eregi()º¯ÊýÌae»»³Épreg_match() º¯Êý¡£
if(eregi('^test',$file))
¿ÉÒÔÌae»»Îª
if(preg_match('/^test/i',$file))
¡ª¡ª¡ª¡ª-
PHP 5.3.0 Ö®aaµÄ regex, Ï£ÍuʹÓà PCRE µÄÒŽ¸ñ, POSIX Regex ¶¼²»½¨×hʹÓÃÁË(½yÒ» Regex, ±ÜÃaÒŽ¸ñÌ«¶a?).
ËuÒÔÏÂÊoÊDz»½¨×hʹÓÃµÄ Function (POSIX), Åc½¨×hÌae"Q³ÉµÄ Function (PCRE) Áбi, Ô"¿ÉÒŠ: PHP:
Differences from POSIX regex