Example: $ints = array(1, 2, 3, 4, 5); print_r(implode(",", $ints)); print_r(implode($ints)); $strings = array("a", "b", "c", "d", "e"); ...
確定! 回上一頁