(PHP3 , PHP4 )
string join (string glue, array pieces)
string join
join() is an alias to implode(), and is identical in every way.
See also explode(), implode(), and split().