Deprecated: Return type of Poodle\Session::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/session/session.php on line 82
Deprecated: Return type of Poodle\Session::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/session/session.php on line 86
Deprecated: Return type of Poodle\Session::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/session/session.php on line 90
Deprecated: Return type of Poodle\Session::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/session/session.php on line 95
class Poodle\SessionImplements: ArrayAccess Traits: Poodle\Events
Methods public static getSaveHandlers ( ) getSerializeHandlers ( ) public __construct ( object $config ) abort ( ) canStart ( ) close ( ) destroy ( ) getTimeout ( ) hasCookie ( ) is_new ( ) offsetExists ( $key ) offsetGet ( $key ) offsetSet ( $key, $value ) offsetUnset ( $key ) reset ( ) setHandler ( ?SessionHandlerInterface $handler = NULL ) setTimeout ( $time ) start ( $read_and_close = false ) startNoRead ( ) status ( ) write_close ( )
Inherited methods public static public
|