开发者

what does this do, preg_match

开发者 https://www.devze.com 2023-01-02 13:15 出处:网络
开发者_开发技巧preg_match(\'/^(AREA|TEST)$/i\', $arrow) returns 1 if the string (in $arrow) equals area or test, case-insensitive. Else, it returns 0
开发者_开发技巧preg_match('/^(AREA|TEST)$/i', $arrow)


returns 1 if the string (in $arrow) equals area or test, case-insensitive. Else, it returns 0

preg_match

0

精彩评论

暂无评论...
验证码 换一张
取 消