join

(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)

join -- Join array elements with a string

Description

string join (string glue, array pieces)

join() is an alias to implode(), and is identical in every way.

See also explode(), implode(), and split().