join

join -- join array elements with a string

Description

string join(array pieces, string glue);

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