mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
s/are/or (reported by navaru atmonteshazz dotro)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271742 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9e47c91027
commit
5b4d6a9bc6
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.35 $ -->
|
||||
<!-- $Revision: 1.36 $ -->
|
||||
<refentry xml:id="function.curl-setopt" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>curl_setopt</refname>
|
||||
|
@ -76,7 +76,7 @@
|
|||
&true; to mark this as a new cookie "session". It will force libcurl
|
||||
to ignore all cookies it is about to load that are "session cookies"
|
||||
from the previous session. By default, libcurl always stores and
|
||||
loads all cookies, independent if they are session cookies are not.
|
||||
loads all cookies, independent if they are session cookies or not.
|
||||
Session cookies are cookies without expiry date and they are meant
|
||||
to be alive and existing for this "session" only.
|
||||
</entry>
|
||||
|
|
Loading…
Reference in a new issue