PHP. str_replace()で複数文字列の置換ができる。 ... $replace = array('Source','Destination'); echo str_replace($search,$replace,$subject); ...
確定! 回上一頁