svn: /phpdoc/fr/trunk/reference/ network/functions/setcookie.xml network/functions/setrawcookie.xml session/functions/session-name.xml session/functions/session-set-cookie-params.xml
[email protected] (George Peter Banyard)
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
girgias Mon, 14 Dec 2020 23:22:43 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=352084
Log:
Sync FR with EN
Changed paths:
U phpdoc/fr/trunk/reference/network/functions/setcookie.xml
U phpdoc/fr/trunk/reference/network/functions/setrawcookie.xml
U phpdoc/fr/trunk/reference/session/functions/session-name.xml
U phpdoc/fr/trunk/reference/session/functions/session-set-cookie-params.xml
Modified: phpdoc/fr/trunk/reference/network/functions/setcookie.xml
===================================================================
--- phpdoc/fr/trunk/reference/network/functions/setcookie.xml 2020-12-14 23:19:07 UTC (rev 352083)
+++ phpdoc/fr/trunk/reference/network/functions/setcookie.xml 2020-12-14 23:22:43 UTC (rev 352084)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 350831 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351968 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="function.setcookie" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>setcookie</refname>
@@ -21,6 +20,7 @@
<methodparam choice="opt"><type>bool</type><parameter>secure</parameter><initializer>&false;</initializer></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>httponly</parameter><initializer>&false;</initializer></methodparam>
</methodsynopsis>
+ <para>Signature alternative disponible à partir de PHP 7.3.0 :</para>
<methodsynopsis role="procedural">
<type>bool</type><methodname>setcookie</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
Modified: phpdoc/fr/trunk/reference/network/functions/setrawcookie.xml
===================================================================
--- phpdoc/fr/trunk/reference/network/functions/setrawcookie.xml 2020-12-14 23:19:07 UTC (rev 352083)
+++ phpdoc/fr/trunk/reference/network/functions/setrawcookie.xml 2020-12-14 23:22:43 UTC (rev 352084)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 350654 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352083 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
-
<refentry xml:id="function.setrawcookie" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>setrawcookie</refname>
@@ -21,6 +20,7 @@
<methodparam choice="opt"><type>bool</type><parameter>secure</parameter><initializer>&false;</initializer></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>httponly</parameter><initializer>&false;</initializer></methodparam>
</methodsynopsis>
+ <para>Signature alternative disponible à partir de PHP 7.3.0 :</para>
<methodsynopsis role="procedural">
<type>bool</type><methodname>setrawcookie</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
Modified: phpdoc/fr/trunk/reference/session/functions/session-name.xml
===================================================================
--- phpdoc/fr/trunk/reference/session/functions/session-name.xml 2020-12-14 23:19:07 UTC (rev 352083)
+++ phpdoc/fr/trunk/reference/session/functions/session-name.xml 2020-12-14 23:22:43 UTC (rev 352084)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351762 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352082 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.session-name" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Modified: phpdoc/fr/trunk/reference/session/functions/session-set-cookie-params.xml
===================================================================
--- phpdoc/fr/trunk/reference/session/functions/session-set-cookie-params.xml 2020-12-14 23:19:07 UTC (rev 352083)
+++ phpdoc/fr/trunk/reference/session/functions/session-set-cookie-params.xml 2020-12-14 23:22:43 UTC (rev 352084)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351750 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352083 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.session-set-cookie-params" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -18,6 +18,7 @@
<methodparam choice="opt"><type class="union"><type>bool</type><type>null</type></type><parameter>secure</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type class="union"><type>bool</type><type>null</type></type><parameter>httponly</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
+ <para>Signature alternative disponible à partir de PHP 7.3.0 :</para>
<methodsynopsis>
<type>bool</type><methodname>session_set_cookie_params</methodname>
<methodparam><type>array</type><parameter>lifetime_or_options</parameter></methodparam>