Home
HTML
CSS
JS
PHP
Query
Mix
git
Search form
Search
You are here
Home
» Array to String PHP?
Array to String PHP?
$string = implode('|',$array);
implode — Join array elements with a string
code type:
php