Skip to content

Commit 5838318

Browse files
committed
unserialize.xml Specify a strict type for the allowed_classes element を取り込み
1 parent 7b8040d commit 5838318

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/var/functions/unserialize.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 792c392854b954fc5626c1ac194d516312e51f43 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: 42bb18bcfef4f715008d00bbdc7ea5203f8ec30a Maintainer: hirokawa Status: ready -->
44
<!-- Credits: mumumu -->
55
<refentry xml:id="function.unserialize" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -90,7 +90,7 @@
9090
<tbody>
9191
<row>
9292
<entry><literal>allowed_classes</literal></entry>
93-
<entry><type>mixed</type></entry>
93+
<entry><type>array|bool</type></entry>
9494
<entry>
9595
<simpara>
9696
受け付けるクラス名の配列を指定します。あらゆるクラスを拒否する場合は

0 commit comments

Comments
 (0)