From 2f45613019e07915b0d673017159b387ee503b02 Mon Sep 17 00:00:00 2001 From: Drak Date: Thu, 23 Feb 2012 16:04:21 +0000 Subject: [PATCH] [session-set-cookie-params] Reworded a sentence. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323447 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/functions/session-set-cookie-params.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/session/functions/session-set-cookie-params.xml b/reference/session/functions/session-set-cookie-params.xml index f9d467d858..9df42e6825 100644 --- a/reference/session/functions/session-set-cookie-params.xml +++ b/reference/session/functions/session-set-cookie-params.xml @@ -23,8 +23,8 @@ before session_start is called. - Note the values used in this function will also update the runtime values - of the corresponding ini values which you can also retrieve with ini_get. + This function updates the runtime ini values of the corresponding PHP ini configuration + keys which can be retrieved with the ini_get.