If you need to replace multiple character, pass the first two parameters as array that you want to replace. <?php $search = array('apple', 'dog', 'chevy'); ...
確定! 回上一頁