それが私のpreg_match
コードです:
if (strlen($str) > 0)
if (!preg_match('/(http:\/\/www.vbox7.com[^\"]*)/', $str))
return false;
return true;
$str = 'http://vbox7.com/play:5ee7f7f6bf';
しかし、なぜ常にfalseを返すのですか?
それが私のpreg_match
コードです:
if (strlen($str) > 0)
if (!preg_match('/(http:\/\/www.vbox7.com[^\"]*)/', $str))
return false;
return true;
$str = 'http://vbox7.com/play:5ee7f7f6bf';
しかし、なぜ常にfalseを返すのですか?