2011年3月29日

PHP函數 str_replace

string str_replace (string needle, string str, string haystack)
回傳字串
將字串haystack中的needle字串取代為str字串

$bodytag = str_replace ("body", "black", "body text=body");
echo '$bodytag='.$bodytag;
輸出結果:$bodytag=black text=black

沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。