svn: /phpdoc/ja/trunk/reference/network/functions/ setcookie.xml
[email protected] (Yoshinari Takaoka) Wed, 09 Dec 2020 13:23:37 +0000
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Wed, 09 Dec 2020 13:23:37 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351973
Log:
Fix #80449: setcookie doc improvement
Bug: https://bugs.php.net/80449 (Closed) setcookie doc improvement
Changed paths:
U phpdoc/ja/trunk/reference/network/functions/setcookie.xml
Modified: phpdoc/ja/trunk/reference/network/functions/setcookie.xml
===================================================================
--- phpdoc/ja/trunk/reference/network/functions/setcookie.xml 2020-12-09 13:19:46 UTC (rev 351972)
+++ phpdoc/ja/trunk/reference/network/functions/setcookie.xml 2020-12-09 13:23:37 UTC (rev 351973)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 350831 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 351968 Maintainer: takagi Status: ready -->
<!-- Credits: mumumu -->
<refentry xml:id="function.setcookie" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -20,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>PHP 7.3.0 以降で使える代替のシグネチャ:</para>
<methodsynopsis role="procedural">
<type>bool</type><methodname>setcookie</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>