diff options
author | Hannes Magnusson <bjori@php.net> | 2006-10-24 21:16:24 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2006-10-24 21:16:24 +0000 |
commit | b5aa4dffbec390799b272d6cb193325c1cac29d3 (patch) | |
tree | 340dae7709980fbd061a9e5d17163ad291976ebb /README.UPDATE_5_2 | |
parent | faac1bbe158a24de0518922a5f80e329be0aac01 (diff) | |
download | php-git-b5aa4dffbec390799b272d6cb193325c1cac29d3.tar.gz |
session_set_cookie_params new param
Diffstat (limited to 'README.UPDATE_5_2')
-rw-r--r-- | README.UPDATE_5_2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.UPDATE_5_2 b/README.UPDATE_5_2 index 80133ae681..92ea998283 100644 --- a/README.UPDATE_5_2 +++ b/README.UPDATE_5_2 @@ -554,8 +554,8 @@ New optional parameters: - string base64_decode(string str[, bool strict=false]) (strict) - bool setcookie(string name [, string value [, int expires [, string path [, string domain [, bool secure[, bool httponly=false]]]]]] (httponly) - bool setrawcookie(string name [, string value [, int expires [, string path [, string domain [, bool secure[, bool httponly=false]]]]]] (httponly) + - void session_set_cookie_params(int lifetime [, string path [, string domain [, bool secure[, bool httponly]]]]) (httponly) - int memory_get_usage([bool real_usage=false]) (real_usage) - boolean XMLReader::open(string URI [, string encoding [, int options]]) (encoding, options) - boolean XMLReader::XML(string source [, string encoding [, int options]]) (encoding, options) - |