php 生成 Json

php 生成 Json 部分  

<?php

$arr_result = array(); //返回值

$arr_result['result'] = '0'; 
$arr_result['callerid'] = '139411288888';

echo json_encode($arr_result);  

?>

posted @ 2016-06-20 10:50  海乐学习  阅读(393)  评论(0编辑  收藏  举报