Answers for "how to convert an array to a string in php"

PHP
2

convert numeric array to string array php

$integerIDs = array_map('intval', explode(',', $string));
Posted by: Guest on September-15-2020
0

Array to string conversion php

echo json_encode($person);
Posted by: Guest on November-10-2021

Code answers related to "how to convert an array to a string in php"

Browse Popular Code Answers by Language