.\"concatenate strings

Name
.SI 5
implode() - concatenate strings

.EI
Synopsis
.SI 5
string implode( mixed *arr, string del )

.EI
Description
.SP 5 5
Concatenate all strings found in array `arr', with the string `del' between
each element. Only strings are used from the array.

.EP
See also
.SI 5
explode(3)
.EI
