Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
session_register
session_register
Register one or more global variables using the current session
Name:
session_register
Category:
Session Session
Programming Language:
php
One-line Description:
Register one or more global variables using the current session
Related
How to Use get_defined_functions to List All PHP Built-in and User-defined Functions?
2
How to Use mysqli_stmt::store_result and mysqli_stmt::next_result Together?
1
The difference in behavior of strcoll under different locale settings
10
Use get_include_path() in PHP to debug file loading order issues
9
Similar Functions
session_encode
session_encode
Encodethecurrentsess
session_name
session_name
Getand/orsetthecurre
session_set_cookie_params
session_set_cookie_params
Setsessioncookiepara
session_create_id
session_create_id
CreateanewsessionID
session_cache_expire
session_cache_expire
Returntothecurrentca
SessionHandlerInterface::destroy
SessionHandlerInterface::destroy
Destroyasession
session_unregister
session_unregister
Unregisterglobalvari
SessionHandler::open
SessionHandler::open
Initializesession
Popular Articles