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
session_destroy
session_destroy
Destroyalldataregist
SessionHandler::close
SessionHandler::close
Closethesession
SessionUpdateTimestampHandlerInterface::validateId
SessionUpdateTimestampHandlerInterface::validateId
ValidateID
SessionHandler::open
SessionHandler::open
Initializesession
SessionUpdateTimestampHandlerInterface::updateTimestamp
SessionUpdateTimestampHandlerInterface::updateTimestamp
Updatetimestamp
session_write_close
session_write_close
Writesessiondataande
SessionHandlerInterface::read
SessionHandlerInterface::read
Readsessiondata
Popular Articles
Basic Usage of session_encode() in PHP: How to Properly Handle Session Data with session_encode