在php教學替換字元效率最高也是最簡單字元替換函數
str_replace($arr1,$arr2,$str)
實例一:
<code><span>str_replace(<span>"iwind"</span>, <span>"kiki"</span>, <span>"i love iwind, iwind said"</span>)</span>; </code>
將輸出「i love kiki, kiki said
」
結果
即將原字符串中的所有”iwind”都替換成了”kiki”.str_replace是大小寫敏感的,所以對你不能設想用str_replace(“iwind”, “kiki”,…)替換原字串中的”iwind”. str_replace還可以實現多對一
定義和用法
str_replace() 函數使用一個字串替換字串中的另一些字元。
語法
str_replace(find,replace,string,count)參數 說明
find 必需。規定要找的值。
replace 必需。規定替換 find 中的值的值。
string 必需。規定被搜尋的字串。
count 可選。一個變量,對替換數進行計數。
文章由資料網http://www.ziliao999.com編輯整理
').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });以上就介紹了tellmewhen字串 php字串與字元替換函數,包括了tellmewhen字串方面的內容,希望對PHP教程有興趣的朋友有所幫助。