Convert PHP arrays to strings

The string used to separate the array values is the first argument - php array to string. If you leave out that argument and just pass the array you wish to join, the string between array elements defaults to an empty string.

Comments