
implode(3)            LPC Library Functions            implode(3)

NNAAMMEE
       implode() - concatenate strings

SSYYNNOOPPSSIISS
       string implode( mixed *arr, string del );

DDEESSCCRRIIPPTTIIOONN
       Concatenate  all  strings  found  in array `arr', with the
       string `del' between each element. Only strings  are  used
       from the array.

SSEEEE AALLSSOO
       explode(3), sprintf(3)

MudOS                       5 Sep 1994                          1

