PHP3 Manual
Prev
Next
join
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.
Prev
Home
Next
implode
Up
ltrim