当前位置:Gxlcms > PHP教程 > php常用的函数

php常用的函数

时间:2021-07-01 10:21:17 帮助过:33人阅读

json_encode() 函数介绍


'希亚',          'Age'=>20       );$jsonencode = json_encode($arr);echo $jsonencode;?>



{"Name":null,"Age":20}

$php_json = json_decode($php_json);

人气教程排行