会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
醉半仙
2017年7月12日
php生成excel文档
摘要: <?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 醉半仙
阅读(76)
评论(0)
推荐(0)
PHP一些常用函数收集
摘要: <?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 醉半仙
阅读(121)
评论(0)
推荐(0)
php常用函数
摘要: <?phpheader("Content-type: text/html; charset=utf-8"); /** * 获取客户端IP * @return [string] [description] */function getClientIp() { $ip = NULL; if (isset
阅读全文
posted @ 2017-07-12 16:04 醉半仙
阅读(80)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告