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.