摘要: 1.header header("Content-Type:application/vnd.ms-excel"); header("Content-Disposition:attachment;filename=product.xls"); header("Pragma:no-cache"); he 阅读全文
posted @ 2016-03-08 17:47 D-Arlin 阅读(637) 评论(0) 推荐(0) 编辑
摘要: php在数组中查找指定值是否存在的方法有很多,记得很久以前我一直都是傻傻的用foreach循环来查找的,下面我主要分享一下用php内置的三个数组函数来查找指定值是否存在于数组中,这三个数组分别是 in_array(),array_search(),array_key_exists()。 首先分别介绍 阅读全文
posted @ 2016-03-08 14:38 D-Arlin 阅读(63696) 评论(2) 推荐(0) 编辑