21 Star 45 Fork 15

crazymus/Scookie

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
set.php 186 Bytes
Copy Edit Raw Blame History
crazymus authored 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';
?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/jiusem/Scookie.git
git@gitee.com:jiusem/Scookie.git
jiusem
Scookie
Scookie
master

Search

23e8dbc6 1850385 7e0993f3 1850385