<?php $my_str = "The quick brown fox jumps over the lazy dog."; // Display replaced string echo str_replace("quick brown fox", "swift white cat", $my_str); ?>.
確定! 回上一頁