NAME implode - concatenate an array of strings SYNOPSIS string implode(string *arr, string pad) DESCRIPTION This function concatenates all strings contained in `arr' with the string `pad' inserted between them. SEE ALSO explode