- 博客(3)
- 收藏
- 关注
转载 PHP二维数组根据某个键名排序
$result = array( array( "amount": "11.00", "date": "2015.10.10", "title": "缴纳会员费" ), array( "amount": "11.00", "date": "2016.10.10"...
2016-11-08 15:30:00 126
转载 PHP导出excel
<?phpheader('Content-Type: application/vnd.ms-excel'); header("Accept-Ranges:bytes");header('Content-Disposition: attachment; filename=demo.xls');header('Pragma: no-cache');header('Expires: 0...
2016-11-08 15:17:00 90
转载 PHP 根据经纬度计算距离
$lon1 经度$lat1 纬度$lon2 经度$lat2 纬度$pi80 = 3.1415926535898 / 180;$lat1 *= $pi80;$lon1 *= $pi80;$lat2 *= $pi80;$lon2 *= $pi80;//$r = 6372.797; // mean radius of Earth in km$r = 6378.137;$dlat = $la...
2016-11-08 14:38:00 148
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人