diff --git a/functions/session.xml b/functions/session.xml index fc6e7be8fd..ddbb8f7190 100644 --- a/functions/session.xml +++ b/functions/session.xml @@ -180,7 +180,7 @@ session_start(); $foo++; -?> +?> @@ -235,7 +235,7 @@ close session.auto_start specifies whether the - session module start a session automatically on request + session module starts a session automatically on request startup. Defaults to 0 (disabled). @@ -604,27 +604,25 @@ echo "The previous session name was $previous_name<p>"; - - session_unset - - Free all session variables - - - - Description - + + session_unset + + Free all session variables + + + + Description + - void - session_unset - - + void session_unset + - - - The session_unset function free's all session variables - currently registered. - - + + + The session_unset function free's all session variables + currently registered. + + @@ -656,79 +654,75 @@ echo "The previous session name was $previous_name<p>"; - - session_get_cookie_params - - Get the session cookie parameters - - - - Description - + + session_get_cookie_params + + Get the session cookie parameters + + + + Description + - array - session_get_cookie_params - - + + array session_get_cookie_params + + - - - The session_get_cookie_params function returns an array - with the current session cookie information, the array contains the following - items: - - - - "lifetime" - The lifetime of the cookie. - - - - - "path" - The path where information is stored. - - - - - "domain" - The domain of the cookie. - - - - - + + + The session_get_cookie_params function returns an + array with the current session cookie information, the array contains + the following items: + + + + "lifetime" - The lifetime of the cookie. + + + + + "path" - The path where information is stored. + + + + + "domain" - The domain of the cookie. + + + + + - - session_set_cookie_params - - Set the session cookie parameters - - - - Description - + + session_set_cookie_params + + Set the session cookie parameters + + + + Description + - void - session_set_cookie_params - - int - lifetime - - - string - path - - - string - domain - + void session_set_cookie_params + + int lifetime + + + string path + + + string domain + - - - Set cookie parameters defined in the php.ini file. The effect of this function only lasts - for the duration of the script. - - + + + Set cookie parameters defined in the php.ini file. The effect of this + function only lasts for the duration of the script. + +