|
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) | |
Definition at line 92 of file session.stub.php.
| SessionHandlerInterface::close | ( | ) |
@tentative-return-type
Implemented in SessionHandler.
| SessionHandlerInterface::destroy | ( | string | $id | ) |
@tentative-return-type
Implemented in SessionHandler.
| SessionHandlerInterface::gc | ( | int | $max_lifetime | ) |
@tentative-return-type
Implemented in SessionHandler.
| SessionHandlerInterface::open | ( | string | $path, |
| string | $name ) |
@tentative-return-type
Implemented in SessionHandler.
| SessionHandlerInterface::read | ( | string | $id | ) |
@tentative-return-type
Implemented in SessionHandler.
| SessionHandlerInterface::write | ( | string | $id, |
| string | $data ) |
@tentative-return-type
Implemented in SessionHandler.