Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
SessionHandler::open
SessionHandler::open
Initialize session
Name:
SessionHandler::open
Category:
Session Session
Programming Language:
php
One-line Description:
Initialize session
Related
Analyze the implementation mechanism and best practices of next_result() from the source code perspective
6
get_include_path() Returned path format resolution: Why does it sometimes contain multiple paths?
6
Use phpversion() to get the version number of the specified extension
1
get_client_version cooperates with strpos() to filter specific clients
3
Similar Functions
session_name
session_name
Getand/orsetthecurre
SessionHandlerInterface::destroy
SessionHandlerInterface::destroy
Destroyasession
session_regenerate_id
session_regenerate_id
Updatethecurrentsess
session_unset
session_unset
Releaseallsessionvar
session_unregister
session_unregister
Unregisterglobalvari
SessionHandler::gc
SessionHandler::gc
Cleanupoldsessions
session_write_close
session_write_close
Writesessiondataande
session_status
session_status
Returntothecurrentse
Popular Articles