Spec-Zone.ru › Laravel 8

NullSessionHandler

class NullSessionHandler implements SessionHandlerInterface (View source)

Методы

bool open($savePath, $sessionName)

{@inheritdoc}

bool close()

{@inheritdoc}

string|false read($sessionId)

{@inheritdoc}

bool write($sessionId, $data)

{@inheritdoc}

bool destroy($sessionId)

{@inheritdoc}

int|false gc($lifetime)

{@inheritdoc}

Подробности

bool open($savePath, $sessionName)

{@inheritdoc}

Параметры

$savePath
$sessionName

Возвращаемое значение

bool

bool close()

{@inheritdoc}

Возвращаемое значение

bool

string|false read($sessionId)

{@inheritdoc}

Параметры

$sessionId

Возвращаемое значение

string|false

bool write($sessionId, $data)

{@inheritdoc}

Параметры

$sessionId
$data

Возвращаемое значение

bool

bool destroy($sessionId)

{@inheritdoc}

Параметры

$sessionId

Возвращаемое значение

bool

int|false gc($lifetime)

{@inheritdoc}

Параметры

$lifetime

Возвращаемое значение

int|false

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Session/NullSessionHandler.html

Spec-Zone.ru

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