string str_replace (string needle, string str, string haystack). This function replaces all occurences of needle in haystack with the given str.
確定! 回上一頁