03 2019 档案
摘要:$result = []; array_map(function ($value) use (&$result) { $result = array_merge($result, array_values($value)); }, $data);
阅读全文
摘要:<script type="text/javascript"> var a_idx = 0; jQuery(document).ready(function($) { $("body").click(function(e) { var a = new Array("富强", "民主", "文明",
阅读全文
摘要:/** * 获取天气 */ function get_tq () { //获取用户ip地址 $ip = get_real_ip(); // $ip = '123.125.71.38'; //根据ip地址 获取用户所在城市 $api_key = '8d6c8b8f3749aed6b...
阅读全文
摘要:/** * 多维数组排序 * * @access public * @param array $arrays 多维数组 * @param string $sort_key 排序字段 * @param striny $sort_order 排列顺序 * @param string $sort_type 排序类型 ...
阅读全文
摘要:function is_serialized( $data ) { $data = trim( $data ); if ( 'N;' == $data ) return true; if ( !preg_match( '/^([adObis]):/', $data, $badions ) ) ...
阅读全文