mini\Session\SessionProxy::offsetExists() Method

public

Signature

public function offsetExists(mixed $offset): bool

Parameters

Name Type Default Description
$offset mixed required Documentation missing

Returns

bool

Documentation

Check if a session key exists

Auto-starts session on first access.

Source

src/Session/SessionProxy.php:55-58