mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Unbreak build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176367 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3a45fc2db8
commit
17f0af7cc8
1 changed files with 11 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.35 $ -->
|
||||
<!-- $Revision: 1.36 $ -->
|
||||
<!-- splitted from ./en/functions/http.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.setcookie">
|
||||
<refnamediv>
|
||||
|
@ -317,15 +317,16 @@ one : cookieone
|
|||
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>
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue