session_decode(3) php man page | unix.com

Man Page: session_decode

Operating Environment: php

Section: 3

SESSION_DECODE(3)							 1							 SESSION_DECODE(3)

session_decode - Decodes session data from a session encoded string

SYNOPSIS
bool session_decode (string $data)
DESCRIPTION
session_decode(3) decodes the serialized session data provided in $data, and populates the $_SESSION superglobal with the result. Please note the unserialization method is not the same as unserialize(3). The serialization method is internal to PHP and can be set using session.serialize_handler.
PARAMETERS
o $data - The encoded data to be stored.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
session_encode(3), session.serialize_handler. PHP Documentation Group SESSION_DECODE(3)
Related Man Pages
session_destroy(3) - php
session_register(3) - php
session_id(3) - php
session_set_save_handler(3) - php
wincache_scache_meminfo(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
UNIX.COM 2017 Year End Summary
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch
Denial Of Service Attack Update