Convert array to string.
Syntax
implode(separator,string);
Example
$array=array('Hello', 'Dear'); echo implode(" ", $array);
Output
Hello Dear
Coderraj is the global online platform and circle for programmers to learn, communicate, share their knowledge and growth their careers.
Copyright ©2022 coderraj.com. All Rights Reserved.