(PHP 4, PHP 5)
session_decode — Decodes session data from a string
session_decode() decodes the session data in data, setting variables stored in the session.
The encoded data to be stored.
成功时返回 TRUE, 或者在失败时返回 FALSE.