Skip to content

Kirby 3.5.7.1

$session->pull()

Retrieves a value and removes it afterwards

$session->pull(string $key, mixed $default = null): mixed

Parameters

Name Type Default Description
$key * string The key to get
$default mixed null Optional default value to return if the key is not defined

Return type

mixed

Parent class

Kirby\Session\SessionData