Envoyer JSON Reponse PHP

header('Content-Type: application/json; charset=utf-8');
echo json_encode(array(
	"reponse": 200
));
Undefined