.DT
implode
Discworld efun help
implode

string implode(mixed *arr, string del)

.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.
.EI
