PHP implode使用說明與範例. ... implode ( string $glue , array $pieces ) : string ... $ints = array(1, 2, 3, 4, 5); print_r(implode(",", ...
確定! 回上一頁