Spec-Zone.ru › Laravel 9

NullSessionHandler

class NullSessionHandler implements SessionHandlerInterface (View source)

Методы

bool open($savePath, $sessionName)

{@inheritdoc}

bool close()

{@inheritdoc}

string read($sessionId)

{@inheritdoc}

bool write($sessionId, $data)

{@inheritdoc}

bool destroy($sessionId)

{@inheritdoc}

int gc($lifetime)

{@inheritdoc}

Подробности

bool open($savePath, $sessionName)

{@inheritdoc}

Параметры

$savePath
$sessionName

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

bool

bool close()

{@inheritdoc}

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

bool

string read($sessionId)

{@inheritdoc}

Параметры

$sessionId

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

string

bool write($sessionId, $data)

{@inheritdoc}

Параметры

$sessionId
$data

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

bool

bool destroy($sessionId)

{@inheritdoc}

Параметры

$sessionId

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

bool

int gc($lifetime)

{@inheritdoc}

Параметры

$lifetime

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

int

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

Spec-Zone.ru

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