diff --git a/reference/array/functions/array-all.xml b/reference/array/functions/array-all.xml index e3329d12cc8..9316b851f88 100644 --- a/reference/array/functions/array-all.xml +++ b/reference/array/functions/array-all.xml @@ -1,6 +1,6 @@ - + @@ -11,7 +11,7 @@ &reftitle.description; - mixedarray_all + boolarray_all arrayarray callablecallback diff --git a/reference/array/functions/array-any.xml b/reference/array/functions/array-any.xml index 9d9184b52ec..449df10a0bb 100644 --- a/reference/array/functions/array-any.xml +++ b/reference/array/functions/array-any.xml @@ -1,6 +1,6 @@ - + @@ -11,7 +11,7 @@ &reftitle.description; - mixedarray_any + boolarray_any arrayarray callablecallback diff --git a/reference/fileinfo/finfo/set-flags.xml b/reference/fileinfo/finfo/set-flags.xml index 614602900c6..0d8fe336337 100644 --- a/reference/fileinfo/finfo/set-flags.xml +++ b/reference/fileinfo/finfo/set-flags.xml @@ -1,41 +1,41 @@ - - - - - - - finfo::set_flags - finfo_set_flags() &Alias; - - - - &reftitle.description; - - public boolfinfo::set_flags - intflags - - - &info.function.alias; finfo_set_flags() - - - - + + + + + + + finfo::set_flags + finfo_set_flags() &Alias; + + + + &reftitle.description; + + public truefinfo::set_flags + intflags + + + &info.function.alias; finfo_set_flags() + + + + diff --git a/reference/fileinfo/functions/finfo-set-flags.xml b/reference/fileinfo/functions/finfo-set-flags.xml index 16d9333f21e..4e284f67c67 100644 --- a/reference/fileinfo/functions/finfo-set-flags.xml +++ b/reference/fileinfo/functions/finfo-set-flags.xml @@ -1,6 +1,6 @@ - + finfo_set_flags @@ -17,7 +17,7 @@ &style.oop; - public boolfinfo::set_flags + public truefinfo::set_flags intflags diff --git a/reference/gettext/functions/bind-textdomain-codeset.xml b/reference/gettext/functions/bind-textdomain-codeset.xml index 5d0f3a4dadf..d1042f29529 100644 --- a/reference/gettext/functions/bind-textdomain-codeset.xml +++ b/reference/gettext/functions/bind-textdomain-codeset.xml @@ -1,6 +1,6 @@ - + @@ -13,7 +13,7 @@ stringfalsebind_textdomain_codeset stringdomain - stringnullcodeset + stringnullcodeset&null; bind_textdomain_codeset を使用することで、 @@ -81,6 +81,13 @@ ValueError をスローするようになりました。 + + 8.4.0 + + codeset パラメータが任意になりました。 + これより前のバージョンでは、常に指定しなければなりませんでした。 + + 8.0.3 diff --git a/reference/gettext/functions/bindtextdomain.xml b/reference/gettext/functions/bindtextdomain.xml index 2b2321f3371..94ea56cec9d 100644 --- a/reference/gettext/functions/bindtextdomain.xml +++ b/reference/gettext/functions/bindtextdomain.xml @@ -1,6 +1,6 @@ - + bindtextdomain @@ -12,7 +12,7 @@ stringfalsebindtextdomain stringdomain - stringnulldirectory + stringnulldirectory&null; bindtextdomain 関数は、ドメインへのパスを取得/設定します。 @@ -64,6 +64,13 @@ + + 8.4.0 + + directory パラメータが任意になりました。 + これより前のバージョンでは、常に指定しなければなりませんでした。 + + 8.0.3 diff --git a/reference/gettext/functions/textdomain.xml b/reference/gettext/functions/textdomain.xml index 38ef6d9b102..d3b9af8df0d 100644 --- a/reference/gettext/functions/textdomain.xml +++ b/reference/gettext/functions/textdomain.xml @@ -1,7 +1,7 @@ - + textdomain @@ -11,7 +11,7 @@ &reftitle.description; stringtextdomain - stringtext_domain&null; + stringnulldomain&null; この関数は、gettext がコールされた際に検索を @@ -71,6 +71,13 @@ ValueError をスローするようになりました。 + + 8.4.0 + + domain パラメータが任意になりました。 + これより前のバージョンでは、常に指定しなければなりませんでした。 + + diff --git a/reference/intl/collator/set-strength.xml b/reference/intl/collator/set-strength.xml index 1dd48cd2aa7..7e443aa9b30 100644 --- a/reference/intl/collator/set-strength.xml +++ b/reference/intl/collator/set-strength.xml @@ -1,6 +1,6 @@ - + Collator::setStrength @@ -14,14 +14,14 @@ &style.oop; - public boolCollator::setStrength + public trueCollator::setStrength intstrength &style.procedural; - boolcollator_set_strength + truecollator_set_strength Collatorobject intstrength @@ -189,7 +189,7 @@ &reftitle.returnvalues; - &return.success; + &return.true.always; diff --git a/reference/intl/locale/set-default.xml b/reference/intl/locale/set-default.xml index 6ce3644cf28..d6c45cb1b56 100644 --- a/reference/intl/locale/set-default.xml +++ b/reference/intl/locale/set-default.xml @@ -1,6 +1,6 @@ - + @@ -15,14 +15,14 @@ &style.oop; - public static boolLocale::setDefault + public static trueLocale::setDefault stringlocale &style.procedural; - boollocale_set_default + truelocale_set_default stringlocale