<code>function guolv($data){ $mgc=array("哈哈","哦"); for ($i=0; $i <count return></count></code>
写了个过滤敏感词的函数,不起作用,求教。
<code>function guolv($data){ $mgc=array("哈哈","哦"); for ($i=0; $i <count return></count></code>
写了个过滤敏感词的函数,不起作用,求教。
<code>$mgc[i] >>> $mgc[$i]</code>
这个情况可能这么写更加简单
<code class="php">$mgc=array("哈哈","哦"); str_replace($mgc, '*', $mgc);</code>
<code>function guolv($data){ $mgc=array("哈哈","哦"); for ($i=0; $i <count return></count></code>