摘要: Permission is hereby granted, free of charge, to any person obtaininga copy of this software and associated documentation files (the"Software"), to de... 阅读全文
posted @ 2014-08-08 15:25 timily 阅读(190) 评论(0) 推荐(0)
摘要: $value) { $obj[$key] = get_object_vars_deep($value); } } return $obj;}/*斐膘砉涴欴腔脤戙: "IN('a','b')";* * @param mix $item_... 阅读全文
posted @ 2014-08-08 15:23 timily 阅读(177) 评论(0) 推荐(0)
摘要: * Victor Stanciu (until v.1.0) * @license http://www.opensource.org/licenses/mit-license.php MIT License * @link Official p... 阅读全文
posted @ 2014-08-08 15:12 timily 阅读(297) 评论(0) 推荐(0)
摘要: load->library('Download');if(!$this->download->->downloadfile($filename)){ echo $this->download->geterrormsg();}*/ class Download{ var $debug=t... 阅读全文
posted @ 2014-08-08 15:08 timily 阅读(252) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-08-08 15:06 timily 阅读(314) 评论(0) 推荐(0)
摘要: class DES{ var $key; function DES() { $this->key = md5("EPH e-Textbook"); $this->key = "".$this->key; $this->key = strtoupp... 阅读全文
posted @ 2014-08-08 15:04 timily 阅读(624) 评论(0) 推荐(0)
摘要: 這些資源基本上都是一些免积分或只需要1個积分就能下载的資源,经过整理筛选最后分享给大家,希望大家喜欢:PHP手册(chm) http://download.csdn.net/detail/u011851645/6030287php手册 最新版本 http://download.csdn.net/de... 阅读全文
posted @ 2014-08-08 14:54 timily 阅读(319) 评论(0) 推荐(0)
摘要: 对一批文件进行压缩处理,采用system 调用linux 压缩命令进行文件压缩。命令公用代码:function addZip($webdocs, $zipfile, $param, $file){ system("cd $webdocs; tar $param $zipfile \"".$fi... 阅读全文
posted @ 2014-08-08 14:24 timily 阅读(361) 评论(0) 推荐(0)