Documentation

MemcachedSessionHandler extends BaseSessionHandler
in package

Table of Contents

$lifeTime  : int
$memcachedCache  : MemcachedCache
$prefix  : string
$session  : string
__construct()  : mixed
close()  : bool
delete()  : bool
destroy()  : bool
gc()  : bool
get()  : string
open()  : bool
read()  : string
set()  : bool
write()  : bool
prefix()  : string
Session name prefix olarak kullanılacak

Properties

Methods

delete()

public delete(string $key) : bool
Parameters
$key : string

session_id

Tags
inheritDoc
Return values
bool

destroy()

public destroy(mixed $id) : bool
Parameters
$id : mixed
Tags
inheritDoc
Return values
bool

gc()

public gc(mixed $max_lifetime) : bool
Parameters
$max_lifetime : mixed
Tags
inheritDoc
Return values
bool

get()

public get(string $key) : string
Parameters
$key : string

session_id

Tags
inheritDoc
Return values
string

Encoded string session data

open()

public open(mixed $path, mixed $name) : bool
Parameters
$path : mixed
$name : mixed
Tags
inheritDoc
Return values
bool

read()

public read(mixed $id) : string
Parameters
$id : mixed
Tags
inheritDoc
Return values
string

set()

public set(string $key, string $session_data) : bool
Parameters
$key : string

session_id

$session_data : string
Tags
inheritDoc
Return values
bool

write()

public write(mixed $id, mixed $data) : bool
Parameters
$id : mixed
$data : mixed
Tags
inheritDoc
Return values
bool

prefix()

Session name prefix olarak kullanılacak

protected prefix(string $key) : string
Parameters
$key : string
Return values
string

key with prefix

Search results