.\"concatenate strings .TH implode 3 .SH NAME implode() - concatenate strings .SH SYNOPSIS string implode( mixed *arr, string del ) .SH DESCRIPTION Concatenate all strings found in array `arr', with the string `del' between each element. Only strings are used from the array. .SH SEE ALSO explode(3)