PHP
jangle789
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
php日期时间格式写法
php日期时间格式写法 string date ( string $format [, int $timestamp ] ) 返回将整数 timestamp 按照给定的格式字串而产生的字符串。如果没有给出时间戳则使用本地当前时间。换句话说,timestamp 是可选的,默认值为 time()。 format 字符 说明 返回值例子转载 2012-12-24 16:39:57 · 1014 阅读 · 0 评论 -
学习笔记:PHPExcel PHPExcel_Style_Conditional() getStartColor()->setARGB('');结果显示黑色或无色
...............略............ $objConditional4 = new PHPExcel_Style_Conditional(); $objConditional4->setConditionType(PHPExcel_Style_Conditional::CONDITION_CELLIS); $objConditional4->setOperatorType原创 2013-01-04 13:40:53 · 3064 阅读 · 0 评论 -
php浏览器下载文件 文件名 空格 中文 处理
php做下载文件的实现代码及文件名中乱码... 最近有人问我做下载文件的方法,对于php方法如下: header("Content-Type: application/force-download"); header("Content-Disposition: attachment; filename=ins.jpg"); readfile("imgs/test_Zoom.jp转载 2013-01-03 09:55:09 · 2378 阅读 · 0 评论 -
学习笔记:phpexcel 导出文件 打开时提醒:Excel found unreadable content in
学习过程中遇到的一些问题收集: phpexcel 导出文件, 打开excel文件时提醒: "Excel found unreadable content in 'test.xlsx'. Do you want to recover the contents of this workbook? If you trust the source of this workbook, click原创 2013-01-09 13:41:49 · 4563 阅读 · 0 评论
分享