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
SessionHandler
TheSessionHandlercla
SessionHandler::read
SessionHandler::read
Readsessiondata
SessionHandlerInterface::close
SessionHandlerInterface::close
Closethesession
session_create_id
session_create_id
CreateanewsessionID
SessionHandlerInterface::open
SessionHandlerInterface::open
Initializesession
session_set_cookie_params
session_set_cookie_params
Setsessioncookiepara
session_start
session_start
Startanewsessionorre
SessionHandlerInterface::write
SessionHandlerInterface::write
Writesessiondata
Popular Articles
Basic Usage of session_encode() in PHP: How to Properly Handle Session Data with session_encode