我遇到的問題是,如果我在數組$ wordstodelete中有單個字符,則它會從$ oneBigDescription中的單詞中刪除它們。刪除字符串中的字符串
$oneBigDescription = str_replace ($wordstodelete, '', $oneBigDescription);
所以使得它看起來是這樣的:
array (size=51)
'blck' => int 5
'centrl' => int 6
'clssc' => int 6
'club' => int 10
'crs' => int 54
'deler' => int 7
'delers' => int 5
'engl' => int 6
'felne' => int 8
'gude' => int 5
'hot' => int 5
'jgur' => int 172
'jgurs' => int 5
'lke' => int 6
有沒有辦法只刪除從$ oneBigDescription單個字符,如果是自己的?
我有很難理解你的請求。你能舉一個例子來描述你的問題和你需要什麼嗎? – 2012-07-21 12:52:24