SessionSaveHandler
class SessionSaveHandler implements SaveHandlerInterface
Traits
Methods
Возвращает активное соединение с БД в рамках приложения
Сохраняет пару ключ/значение в БД
Open Session - retrieve resources
Close Session - free resources
Read session data
Write Session - commit data to resource
Destroy Session - remove data from resource for given session id
Garbage Collection - remove old session data older than $maxlifetime (in seconds)
Details
in DbConnection at line 22
final static Connection
getDbConnection()
Возвращает активное соединение с БД в рамках приложения
in DbConnection at line 35
static void
configSet(string $key, miced $value)
Сохраняет пару ключ/значение в БД
in DbConnection at line 47
static mixed
configGet(string $key)
Возвращает значение связанное с ключем из БД
in DbConnection at line 60
static mixed
configGetAll()
Возвращает все ключи/значения из БД
in DbConnection at line 78
static void
configUnset(string $key)
Удаляет пару ключ/значение из БД
at line 30
open(string $save_path, string $name)
Open Session - retrieve resources
at line 40
close()
Close Session - free resources
at line 50
read(string $id)
Read session data
at line 67
write(string $id, mixed $data)
Write Session - commit data to resource
at line 84
destroy(string $id)
Destroy Session - remove data from resource for given session id
at line 99
gc(int $maxlifetime)
Garbage Collection - remove old session data older than $maxlifetime (in seconds)