Definition and UsageThe implode() function returns a string from the elements of an array.Note: The implode() function accept its parameters in either order. However, for consistency with explode(), you should use the documented order of arguments....