join

join -- 配列要素を文字列により連結する

説明

string join(string glue, array pieces);

joinimplodeの 別名で、実体はまったく同じものです。

explode, implode, split も参照下さい。