From 17f0af7cc8a5259f6839b53e06c4c961195161c2 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 3 Jan 2005 12:51:36 +0000 Subject: [PATCH] - Unbreak build git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176367 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/http/functions/setcookie.xml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/reference/http/functions/setcookie.xml b/reference/http/functions/setcookie.xml index 98a1c04c9a..4b1f4ef394 100644 --- a/reference/http/functions/setcookie.xml +++ b/reference/http/functions/setcookie.xml @@ -1,5 +1,5 @@ - + @@ -317,15 +317,16 @@ one : cookieone The following RFC's may also be useful: RFC 2109 and RFC 2695 - - You may notice the expire parameter takes on a - Unix timestamp, as opposed to the date format Wdy, DD-Mon-YYYY - HH:MM:SS GMT, this is because PHP does this conversion - internally. - - - expire is compared to the client's time which can - differ from server's time. + + + You may notice the expire parameter takes on a + Unix timestamp, as opposed to the date format Wdy, DD-Mon-YYYY + HH:MM:SS GMT, this is because PHP does this conversion + internally. + + + expire is compared to the client's time which can + differ from server's time.