PHP3 Manual | ||
---|---|---|
Prev | Next |
implode -- join array elements with a string
Returns a string containing a string representation of all the array elements in the same order, with the glue string between each element.
Example 1. implode() example $colon_separated = implode($array, ":"); |
Prev | Home | Next |
htmlentities | Up | join |