(PHP 3, PHP 4 )
string join (string glue, array pieces)
string join
join() は implode() の 別名で、実体はまったく同じものです。
explode(), implode(), split() も参照下さい。