Spec-Zone.ru › Symfony 3.4

AbstractSessionHandler

class AbstractSessionHandler implements SessionHandlerInterface, SessionUpdateTimestampHandlerInterface

Этот абстрактный обработчик сессий предоставляет общее реализацию интерфейса PHP 7.0 SessionUpdateTimestampHandlerInterface, обеспечивая жёсткое и ленивое управление сессиями.

Методы

open($savePath, $sessionName)

{@inheritdoc}

validateId($sessionId)

{@inheritdoc}

read($sessionId)

{@inheritdoc}

write($sessionId, $data)

{@inheritdoc}

destroy($sessionId)

{@inheritdoc}

Подробности

open($savePath, $sessionName)

{@inheritdoc}

Параметры

$savePath
$sessionName

validateId($sessionId)

{@inheritdoc}

Параметры

$sessionId

read($sessionId)

{@inheritdoc}

Параметры

$sessionId

write($sessionId, $data)

{@inheritdoc}

Параметры

$sessionId
$data

destroy($sessionId)

{@inheritdoc}

Параметры

$sessionId

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.4/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API