Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
session_encode
session_encode
Encode the current session data into a session-encoded string
Name:
session_encode
Category:
Session Session
Programming Language:
php
One-line Description:
Encode the current session data into a session-encoded string
Related
Basic Usage of session_encode() in PHP: How to Properly Handle Session Data with session_encode
1
Similar Functions
SessionHandler::read
SessionHandler::read
Readsessiondata
SessionHandlerInterface::destroy
SessionHandlerInterface::destroy
Destroyasession
SessionHandler::gc
SessionHandler::gc
Cleanupoldsessions
session_register_shutdown
session_register_shutdown
SessionCloseFunction
SessionUpdateTimestampHandlerInterface::validateId
SessionUpdateTimestampHandlerInterface::validateId
ValidateID
session_commit
session_commit
Aliasofsession_wri
session_abort
session_abort
Giveupsessionarraych
session_unregister
session_unregister
Unregisterglobalvari
Popular Articles
Basic Usage of session_encode() in PHP: How to Properly Handle Session Data with session_encode