(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。