Sometimes we had upgraded the PHP to 7.x version, but then only we know that some functionality won’t support in our web application / website, in that situation better switch back to the PHP 5.x v
Code :
$data = array('Anish', 'Bala', 'Somu'); $string = implode(',', $data); print_r($string);
Output :
Anish,Bala,Somu
The Godaddy shared hosting's php execution time and memory limit is very low, So some large site's request would break for large process.
Sample Code
Array is a structured data which holds different types(string, array, object) of values and one or more values in a single variable, for example if you want to store 50 different types of values in
Slim :