$regex = '/\b'.$keyword.'\b/i'; // case insensitive match
if (preg_match($regex, $linkedin_html) == 0)
{
$this->_htmlValidationFailed++;
continue;
}
このコードを使用すると..不明な修飾子「v」としてエラーが発生します..
pls は私に何が問題なのかを知らせ、私が修正するのを助けます.