Documentation

FileSessionHandler extends Component
in package
implements ISessionHandler Uses TSessionHandler

FinalYes
Tags
author

Ramone Burrell ramone@ramoneburrell.com

since

Version 0.1.0

Table of Contents

Interfaces

ISessionHandler

Properties

$expires  : int
The number of seconds after the session cookie is set that it should expire.
$hashCode  : int
$hashCounter  : int

Methods

__call()  : mixed
__callStatic()  : mixed
__construct()  : mixed
__destruct()  : mixed
__get()  : mixed
close()  : bool
{@inheritdoc}
create_sid()  : mixed
destroy()  : bool
{@inheritdoc}
extends()  : bool
gc()  : int|false
{@inheritdoc}
getExpires()  : int
getReflection()  : ReflectionClass
open()  : bool
{@inheritdoc}
read()  : string|false
{@inheritdoc}
setExpires()  : void
write()  : bool
{@inheritdoc}
init()  : mixed

Properties

Methods

__callStatic()

public static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
$method : mixed
$arguments : array<string|int, mixed>

__get()

public __get(string $property) : mixed
Parameters
$property : string

close()

{@inheritdoc}

public close() : bool
Tags
see
SessionHandlerInterface::close()
Return values
bool

destroy()

{@inheritdoc}

public destroy(mixed $session_id) : bool
Parameters
$session_id : mixed
Tags
see
SessionHandlerInterface::destroy()
Return values
bool

extends()

public extends(ReflectionClass $reflector) : bool
Parameters
$reflector : ReflectionClass
Return values
bool

gc()

{@inheritdoc}

public gc(mixed $maxlifetime) : int|false
Parameters
$maxlifetime : mixed
Tags
see
SessionHandlerInterface::gc()
Return values
int|false

getReflection()

public getReflection() : ReflectionClass
Return values
ReflectionClass

open()

{@inheritdoc}

public open(mixed $save_path, mixed $session_name) : bool
Parameters
$save_path : mixed
$session_name : mixed
Tags
see
SessionHandlerInterface::open()
Return values
bool

read()

{@inheritdoc}

public read(mixed $session_id) : string|false
Parameters
$session_id : mixed
Tags
see
SessionHandlerInterface::read()
Return values
string|false

write()

{@inheritdoc}

public write(mixed $session_id, mixed $session_data) : bool
Parameters
$session_id : mixed
$session_data : mixed
Tags
see
SessionHandlerInterface::write()
Return values
bool

        
On this page

Search results