Search code examples
phpstringimplode

Convert a flat array to a delimited string


I have an array of strings and I need to build a string of values separated by some character like comma

$tags;

Solution

  • implode()