implode(3) LPC Library Functions implode(3)
NNAAMMEE
implode() - concatenate strings
SSYYNNOOPPSSIISS
string implode( mixed *arr, string del );
DDEESSCCRRIIPPTTIIOONN
Concatenate all strings found in array `arr', with the
string `del' between each element. Only strings are used
from the array.
SSEEEE AALLSSOO
explode(3), sprintf(3)
MudOS 5 Sep 1994 1