Answers for "how to declare json in php"

PHP
5

php return json

header('Content-type: application/json');
echo json_encode($array);
Posted by: Guest on March-20-2020

Code answers related to "how to declare json in php"

Browse Popular Code Answers by Language