array explode(string separator, string string); Returns an array of strings containing the elements separated by separator string implode(string glue, array pieces); Returns a string containing a string representation of all the array elements in the same order, with the glue string between each element.
Last update: Wed, 2 Nov 2005 10:16:21 GMT | top |