php不支持preg_match()

2024-11-25 14:12:00
推荐回答(3个)
回答1:

不需要配置了
你这是报的致命 错误 参数有问题
$subject = "abcdef";
$pattern = '/a/';
preg_match($pattern, $subject, $matches);
print_r($matches);

回答2:

!preg_match() 把 !和preg_match() 用空格分开

回答3:

!preg_match,貌似函数名解析错了,把非的内容包起来