Приступая к работе

session_encode - Encodes the current session data as a string

Вернуться к: Session Функции

session_encode

(PHP 4, PHP 5)

session_encodeEncodes the current session data as a string

Описание

string session_encode ( void )

session_encode() returns a string with the contents of the current session encoded within.

Возвращаемые значения

Returns the contents of the current session encoded.

Смотрите также



Вернуться к: Session Функции