Download the PHP package caichuanhai/session without Composer
On this page you can find all versions of the php package caichuanhai/session. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package session
Session
关于
一个普通的php session类库,依赖于phpfastcache/phpfastcache
,所以驱动支持files,redis,predis,memcache,memcached,mongodb,xcache,apc,cookie。
强烈不建议使用cookie,非常不安全
安装
使用
$config为SESSION配置数组,可不传则使用默认值,默认值如下
设置单个SESSION配置的值
获取配置值
若$name
不传则获取所有配置,若获取配置不存在则返回NULL
设置驱动
-
使用redis驱动,需要安装redis扩展才能使用
-
使用predis驱动,此驱动不需安装redis扩展,直接使用predis类库
-
使用memcache驱动,需要安装memcache扩展才能使用
-
使用memcached驱动,此驱动不需安装memcached扩展,直接使用memcached类库
-
使用mongodb驱动
- 使用files,xcache,apc,cookie驱动
获取SESSION数据
$item
为要获取的键名,若不存在则返回NULL
,若不传,则返回所有SESSION数据
设置SESSION数据
删除SESSION数据
清除SESSION数据
All versions of session with dependencies
PHP Build Version
Package Version
Requires
phpfastcache/phpfastcache Version
^7.0
The package caichuanhai/session contains the following files
Loading the files please wait ....