Answers for "how to convert array of numbers to a string with commas in php"

PHP
1

how to convert array to string with commas in php

$string = implode(', ', $tags);
Posted by: Guest on September-12-2020

Code answers related to "how to convert array of numbers to a string with commas in php"

Browse Popular Code Answers by Language