|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
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 () | |
Definition at line 128 of file session.stub.php.
| SessionHandler::close | ( | ) |
@tentative-return-type
Implements SessionHandlerInterface.
Definition at line 134 of file session.stub.php.
| SessionHandler::create_sid | ( | ) |
@tentative-return-type
Implements SessionIdInterface.
Definition at line 149 of file session.stub.php.
| SessionHandler::destroy | ( | string | $id | ) |
@tentative-return-type
Implements SessionHandlerInterface.
Definition at line 143 of file session.stub.php.
| SessionHandler::gc | ( | int | $max_lifetime | ) |
@tentative-return-type
Implements SessionHandlerInterface.
Definition at line 146 of file session.stub.php.
| SessionHandler::open | ( | string | $path, |
| string | $name ) |
@tentative-return-type
Implements SessionHandlerInterface.
Definition at line 131 of file session.stub.php.
| SessionHandler::read | ( | string | $id | ) |
@tentative-return-type
Implements SessionHandlerInterface.
Definition at line 137 of file session.stub.php.
| SessionHandler::write | ( | string | $id, |
| string | $data ) |
@tentative-return-type
Implements SessionHandlerInterface.
Definition at line 140 of file session.stub.php.