2017年7月12日

摘要: <?php /*http://www.jb51.net/article/22199.htm*/header("Content-type: text/html; charset=utf-8"); header("Content-type:application/vnd.ms-excel"); head 阅读全文
posted @ 2017-07-12 17:53 醉半仙 阅读(72) 评论(0) 推荐(0) 编辑
摘要: <?php // 时间日期 //y返回年最后两位,Y年四位数,m月份数字,M月份英文。d月份几号数字,D星期几英文 $date=date("Y-m-d"); $date=date("Y-m-d H:i:s");//带时分秒 //include,include_once.require,require 阅读全文
posted @ 2017-07-12 16:11 醉半仙 阅读(117) 评论(0) 推荐(0) 编辑
摘要: <?phpheader("Content-type: text/html; charset=utf-8"); /** * 获取客户端IP * @return [string] [description] */function getClientIp() { $ip = NULL; if (isset 阅读全文
posted @ 2017-07-12 16:04 醉半仙 阅读(75) 评论(0) 推荐(0) 编辑

导航