Json数据格式化
摘要:<?php /** Json数据格式化 * @param Mixed $data 数据 * @param String $indent 缩进字符,默认4个空格 * @return JSON */ function jsonFormat($data, $indent=null){ // 缩进处理 $r
阅读全文
posted @ 2016-04-21 14:38
posted @ 2016-04-21 14:38
posted @ 2016-04-13 20:39
posted @ 2016-04-11 13:52
posted @ 2016-04-03 09:45
posted @ 2016-04-01 17:33