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

Public Member Functions

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

Detailed Description

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

Member Function Documentation

◆ close()

SessionHandler::close ( )

@tentative-return-type

Implements SessionHandlerInterface.

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

◆ create_sid()

SessionHandler::create_sid ( )

@tentative-return-type

Implements SessionIdInterface.

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

◆ destroy()

SessionHandler::destroy ( string $id)

@tentative-return-type

Implements SessionHandlerInterface.

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

◆ gc()

SessionHandler::gc ( int $max_lifetime)

@tentative-return-type

Implements SessionHandlerInterface.

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

◆ open()

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

@tentative-return-type

Implements SessionHandlerInterface.

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

◆ read()

SessionHandler::read ( string $id)

@tentative-return-type

Implements SessionHandlerInterface.

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

◆ write()

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

@tentative-return-type

Implements SessionHandlerInterface.

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


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