会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
不想下天桥
博客园
首页
新随笔
联系
订阅
管理
[置顶]
TP框架下载功能
摘要: namespace Home\Controller; use Think\Controller; use Org\Net\Http; class IndexController extends Controller { public function download(){ //获取文件的唯一id(
阅读全文
posted @ 2017-02-13 22:54 不想下天桥
阅读(1512)
评论(0)
推荐(0)
[置顶]
php中序列化与反序列化
摘要: 把复杂的数据类型压缩到一个字符串中 serialize() 把变量和它们的值编码成文本形式 unserialize() 恢复原先变量 eg: $stooges = array('Moe','Larry','Curly');$new = serialize($stooges);print_r($new
阅读全文
posted @ 2017-02-12 10:54 不想下天桥
阅读(2818)
评论(2)
推荐(0)
公告