eregi("<input[[:space:]]+type=[\"\'开发者_运维百科]?hidden[\"\']?[[:space:]]+value=[\"\']?([^> \"\']+)[\"\']?[[:space:]]+name=[\"\']?(form_page_origine|form_origine|page_origine)[\"\']?[[:space:]]*/?>"
How can I switch it to preg_match? thank.
Have a look at http://php.net/manual/en/reference.pcre.pattern.posix.php you will find all the informations you need.
精彩评论