echo str_replace("world","Peter","Hello world!"); ... 該str_replace()函數替換一些字符字符串中的一些其他字符。 ... str_replace( find,replace,string,count ) ...
確定! 回上一頁