php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
SessionHandlerInterface Interface Reference
Inheritance diagram for SessionHandlerInterface:
SessionHandler

Public Member Functions

 open (string $path, string $name)
 
 close ()
 
 read (string $id)
 
 write (string $id, string $data)
 
 destroy (string $id)
 
 gc (int $max_lifetime)
 

Detailed Description

Definition at line 92 of file session.stub.php.

Member Function Documentation

◆ close()

SessionHandlerInterface::close ( )

@tentative-return-type

Implemented in SessionHandler.

◆ destroy()

SessionHandlerInterface::destroy ( string $id)

@tentative-return-type

Implemented in SessionHandler.

◆ gc()

SessionHandlerInterface::gc ( int $max_lifetime)

@tentative-return-type

Implemented in SessionHandler.

◆ open()

SessionHandlerInterface::open ( string $path,
string $name )

@tentative-return-type

Implemented in SessionHandler.

◆ read()

SessionHandlerInterface::read ( string $id)

@tentative-return-type

Implemented in SessionHandler.

◆ write()

SessionHandlerInterface::write ( string $id,
string $data )

@tentative-return-type

Implemented in SessionHandler.


The documentation for this interface was generated from the following file: