implode |
Discworld efun help |
implode |
string implode(mixed *arr, string del)
Concatenate all strings found in array arr, with the string del between each element. Only strings are used from the array.
See also
explode.
implode |
Discworld efun help |
implode |
string implode(mixed *arr, string del)
Concatenate all strings found in array arr, with the string del between each element. Only strings are used from the array.
See also
explode.