File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
reference/funchand/functions Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: c44475e1fafcbee203ed4935a6d5d7a01379fcdc Maintainer: hirokawa Status: ready -->
3+ <!-- EN-Revision: d155d3c3069c46c64814273943745b221332e12a Maintainer: hirokawa Status: ready -->
44<!-- CREDITS: takagi,mumumu -->
55<refentry xml : id =" function.get-defined-functions" xmlns =" http://docbook.org/ns/docbook" >
66 <refnamediv >
2727 <listitem >
2828 <para >
2929 無効な関数を戻り値から除外するかどうかを指定します。
30+ PHP 8.0.0 以降は、このパラメーターを使っても何も起きなくなっています。
3031 </para >
3132 </listitem >
3233 </varlistentry >
5556 </row >
5657 </thead >
5758 <tbody >
59+ <row >
60+ <entry >8.5.0</entry >
61+ <entry >
62+ <parameter >exclude_disabled</parameter > は、推奨されなくなりました。
63+ 使っても効果がないためです。
64+ </entry >
65+ </row >
5866 <row >
5967 <entry >8.0.0</entry >
6068 <entry >
6169 <parameter >exclude_disabled</parameter > のデフォルト値が、
6270 &false; から &true; に変更されました。
71+ しかし、無効にされた関数はコンパイル時に関数テーブルから削除されるため、
72+ この変更によって何かが起こることはありません。
6373 </entry >
6474 </row >
6575 <row >
You can’t perform that action at this time.
0 commit comments