integrated a couple of notes

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176297 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Maciek Sokolewicz 2005-01-02 14:41:45 +00:00
parent 6202006e2f
commit 9389631ea5

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.33 $ -->
<!-- $Revision: 1.34 $ -->
<!-- splitted from ./en/functions/http.xml, last change in rev 1.2 -->
<refentry id="function.setcookie">
<refnamediv>
@ -314,20 +314,18 @@ one : cookieone
</para>
<note>
<para>
For more information on cookies, see Netscape's cookie
specification at <ulink
url="&spec.cookies;">&spec.cookies;</ulink> and
<ulink url="&url.rfc;2965">RFC 2965</ulink>.
</para>
<para>
You may notice the <parameter>expire</parameter> parameter takes on a
Unix timestamp, as opposed to the date format <literal>Wdy, DD-Mon-YYYY
HH:MM:SS GMT</literal>, this is because PHP does this conversion
internally.
</para>
<para>
<parameter>expire</parameter> is compared to the client's time which can
differ from server's time.
The following RFC's may also be useful:
<ulink url="&url.rfc;2109">RFC 2109</ulink> and
<ulink url="&url.rfc;2965">RFC 2695</ulink>
<para>
You may notice the <parameter>expire</parameter> parameter takes on a
Unix timestamp, as opposed to the date format <literal>Wdy, DD-Mon-YYYY
HH:MM:SS GMT</literal>, this is because PHP does this conversion
internally.
</para>
<para>
<parameter>expire</parameter> is compared to the client's time which can
differ from server's time.
</para>
</note>
<note>