svn: /phpdoc/ja/trunk/reference/network/functions/ setcookie.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Tue, 02 Jun 2020 14:11:39 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=350002
Log:
document setcookie options keys
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-06-02 11:38:01 UTC (rev 350001)
+++ phpdoc/ja/trunk/reference/network/functions/setcookie.xml 2020-06-02 14:11:39 UTC (rev 350002)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 348895 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350000 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>
@@ -159,6 +159,7 @@
<literal>expires</literal>, <literal>path</literal>, <literal>domain</literal>,
<literal>secure</literal>, <literal>httponly</literal> および <literal>samesite</literal>
のうちから、任意のキーを設定可能な連想配列(<type>array</type>)です。
+ これら以外のキーが存在する場合、<constant>E_WARNING</constant> レベルの警告が発生します。
値については、キーと同じ名前のパラメーターで説明した意味と同じです。
<literal>samesite</literal> 要素の値は、
<literal>None</literal>, <literal>Lax</literal> または <literal>Strict</literal> です。