MemcacheSessionHandler
MemcacheSessionHandler
class MemcacheSessionHandler implements SessionHandlerInterface
MemcacheSessionHandler.
Methods
__construct(Memcache $memcache, array $options = array()) Constructor. | ||
open($savePath, $sessionName) {@inheritdoc} | ||
close() {@inheritdoc} | ||
read($sessionId) {@inheritdoc} | ||
write($sessionId, $data) {@inheritdoc} | ||
destroy登录查看完整内容
|