21 Star 45 Fork 15

crazymus / Scookie

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
set.php 186 Bytes
一键复制 编辑 原始数据 按行查看 历史
crazymus 提交于 2015-08-29 14:02 . 创建项目
<?php
require('Scookie.class.php');
$userInfo = array(
'id' => 1,
'name' => 'crazymus'
);
Scookie::set('user',$userInfo,array(
'expire' => time()+3600
));
echo 'success';
?>
PHP
1
https://gitee.com/jiusem/Scookie.git
git@gitee.com:jiusem/Scookie.git
jiusem
Scookie
Scookie
master

搜索帮助