
implode(3)             C LIBRARY FUNCTIONS             implode(3)

NAME
     implode() - concatenate strings

SYNOPSIS
     string implode( mixed *arr, string del )

DESCRIPTION
     Concatenate all strings  found  in  array  `arr',  with  the
     string  `del'  between  each  element. Only strings are used
     from the array.

SEE ALSO
     explode(3)

Sun Release 4.1           Last change:                          1

