mixed pull(string $key, string $default = null) Get the value of a given key and then forget it. Parameters string $key string $default Return Value mixed
migrate($destroy = false, $lifetime = null) {@inheritdoc} Parameters $destroy $lifetime
string|null previousUrl() Get the previous URL from the session. Return Value string|null
void now(string $key, mixed $value) Flash a key / value pair to the session for immediate use. Parameters string $key mixed $value Return Value void
void keep(array|mixed $keys = null) Reflash a subset of the current flash data. Parameters array|mixed $keys Return Value void
bool isValidId(string $id) Determine if this is a valid session ID. Parameters string $id Return Value bool
array many(array $keys) Retrieve multiple items from the cache by key. Items not found in the cache will have a null value. Parameters array $keys Return Value array
invalidate($lifetime = null) {@inheritdoc} Parameters $lifetime
isStarted() {@inheritdoc}
int|bool increment(string $key, mixed $value = 1) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool
Page 109 of 996