那是我的preg_match
代码:
if (strlen($str) > 0)
if (!preg_match('/(http:\/\/www.vbox7.com[^\"]*)/', $str))
return false;
return true;
$str = 'http://vbox7.com/play:5ee7f7f6bf';
但为什么总是返回假?
那是我的preg_match
代码:
if (strlen($str) > 0)
if (!preg_match('/(http:\/\/www.vbox7.com[^\"]*)/', $str))
return false;
return true;
$str = 'http://vbox7.com/play:5ee7f7f6bf';
但为什么总是返回假?