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
Why socket_strerror Sometimes Fails to Return the Expected Error Message
5
Use stream_get_filters to view the status and properties of stream filters
7
Can mb_decode_numericentity Be Used Together with htmlspecialchars? Practical Examples
7
Complete PHP Image Processing Guide: Using ImageMagick Extension for Efficient Image Manipulation
5
Similar Functions
SessionHandler::create_sid
SessionHandler::create_sid
ReturnanewsessionID
session_encode
session_encode
Encodethecurrentsess
session_reset
session_reset
Reinitializethesessi
session_write_close
session_write_close
Writesessiondataande
session_cache_expire
session_cache_expire
Returntothecurrentca
SessionIdInterface
SessionIdInterface
TheSessionIdInterfac
SessionHandler::close
SessionHandler::close
Closethesession
session_destroy
session_destroy
Destroyalldataregist
Popular Articles