You are here

Array to String PHP?

$string = implode('|',$array);

implode — Join array elements with a string

code type: