From 96d84da7ef8b2fc183ff7d874b99a50e2f01670e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AD=A6=E7=94=B0=20=E6=86=B2=E5=A4=AA=E9=83=8E?= Date: Tue, 3 Mar 2026 22:35:55 +0900 Subject: [PATCH] =?UTF-8?q?intl=20=E3=82=AF=E3=83=A9=E3=82=B9=E3=80=81Attr?= =?UTF-8?q?ibute=E3=80=81SoapFault=20=E3=81=AE=E7=BF=BB=E8=A8=B3=E3=82=92?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 翻訳内容 ### language/predefined/attributes(1件) - language/predefined/attributes/attribute.xml — Attribute 1. php/doc-en@5e36b48 ### reference/intl(6件) - reference/intl/spoofchecker.xml — Spoofchecker 1. php/doc-en@5e36b48 - reference/intl/numberformatter-constants.xml — NumberFormatter 定数 1. php/doc-en@5e36b48 - reference/intl/intlchar.xml — IntlChar 1. php/doc-en@5e36b48 - reference/intl/numberformatter.xml — NumberFormatter 1. php/doc-en@5e36b48 - reference/intl/dateformatter.xml — IntlDateFormatter 1. php/doc-en@5e36b48 - reference/intl/dateformatter-constants.xml — IntlDateFormatter 定数 1. php/doc-en@5e36b48 ### reference/soap(1件) - reference/soap/soapfault.xml — SoapFault 1. php/doc-en@5e36b48 --- language/predefined/attributes/attribute.xml | 36 +++++++++- reference/intl/dateformatter-constants.xml | 13 +++- reference/intl/dateformatter.xml | 30 +++++++- reference/intl/intlchar.xml | 57 ++++++++++++++- reference/intl/numberformatter-constants.xml | 62 ++++++++++++++++- reference/intl/numberformatter.xml | 47 ++++++++++++- reference/intl/spoofchecker.xml | 73 +++++++++++++++++++- reference/soap/soapfault.xml | 39 ++++++++++- 8 files changed, 349 insertions(+), 8 deletions(-) diff --git a/language/predefined/attributes/attribute.xml b/language/predefined/attributes/attribute.xml index 17202e761f..a07917b743 100644 --- a/language/predefined/attributes/attribute.xml +++ b/language/predefined/attributes/attribute.xml @@ -1,6 +1,6 @@ - + Attribute アトリビュート Attribute @@ -63,6 +63,11 @@ int Attribute::TARGET_PARAMETER + + const + int + Attribute::TARGET_CONSTANT + const int @@ -133,6 +138,13 @@ + + Attribute::TARGET_CONSTANT + + + + + Attribute::TARGET_ALL @@ -161,6 +173,28 @@ +
+ &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + Attribute::TARGET_CONSTANT が追加されました。 + + + + + +
+
&reftitle.seealso; アトリビュートの概要 diff --git a/reference/intl/dateformatter-constants.xml b/reference/intl/dateformatter-constants.xml index 3492ff7746..42b7c9f935 100644 --- a/reference/intl/dateformatter-constants.xml +++ b/reference/intl/dateformatter-constants.xml @@ -1,6 +1,6 @@ - +
&reftitle.constants; @@ -118,6 +118,17 @@ + + + IntlDateFormatter::PATTERN + int + + + + pattern で指定したパターンを使います。PHP 8.4.0 以降で利用可能です。 + + + diff --git a/reference/intl/dateformatter.xml b/reference/intl/dateformatter.xml index 3b1614016b..c57530d022 100644 --- a/reference/intl/dateformatter.xml +++ b/reference/intl/dateformatter.xml @@ -1,6 +1,6 @@ - + IntlDateFormatter クラス IntlDateFormatter @@ -88,6 +88,12 @@ int IntlDateFormatter::RELATIVE_SHORT + + public + const + int + IntlDateFormatter::PATTERN + public const @@ -113,6 +119,28 @@
+
+ &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + IntlDateFormatter::PATTERN が追加されました。 + + + + + +
+
&reftitle.seealso; diff --git a/reference/intl/intlchar.xml b/reference/intl/intlchar.xml index 397f660420..01bd747c92 100644 --- a/reference/intl/intlchar.xml +++ b/reference/intl/intlchar.xml @@ -1,6 +1,6 @@ - + IntlChar クラス @@ -183,6 +183,24 @@ int IntlChar::PROPERTY_IDS_TRINARY_OPERATOR + + public + const + int + IntlChar::PROPERTY_IDS_UNARY_OPERATOR + + + public + const + int + IntlChar::PROPERTY_ID_COMPAT_MATH_START + + + public + const + int + IntlChar::PROPERTY_ID_COMPAT_MATH_CONTINUE + public const @@ -4275,6 +4293,36 @@ + + + IntlChar::PROPERTY_IDS_UNARY_OPERATOR + int + + + Ideographic Description Sequences をプログラム的に決定するために使います。PHP 8.4.0 以降で利用可能です。 + + + + + + IntlChar::PROPERTY_ID_COMPAT_MATH_START + int + + + UAX 31 の mathematical identifier profile で使います。PHP 8.4.0 以降で利用可能です。 + + + + + + IntlChar::PROPERTY_ID_COMPAT_MATH_CONTINUE + int + + + UAX 31 の mathematical identifier profile で使います。PHP 8.4.0 以降で利用可能です。 + + + IntlChar::PROPERTY_JOIN_CONTROL @@ -10672,6 +10720,13 @@ + + 8.4.0 + + IntlChar::PROPERTY_IDS_UNARY_OPERATOR, IntlChar::PROPERTY_ID_COMPAT_MATH_START, + IntlChar::PROPERTY_ID_COMPAT_MATH_START が追加されました。 + + 8.4.0 diff --git a/reference/intl/numberformatter-constants.xml b/reference/intl/numberformatter-constants.xml index d20eb52d4d..81359ef215 100644 --- a/reference/intl/numberformatter-constants.xml +++ b/reference/intl/numberformatter-constants.xml @@ -1,6 +1,6 @@ - +
&reftitle.constants; @@ -31,6 +31,26 @@ + + + NumberFormatter::DECIMAL_COMPACT_SHORT + int + + + コンパクト表記(短縮形)を使った十進形式。例: "23K", "45B"。PHP 8.5.0 および ICU 56 以降で利用可能です。 + + + + + + NumberFormatter::DECIMAL_COMPACT_LONG + int + + + コンパクト表記(長い形式)を使った十進形式。例: "23 thousand", "45 billion"。PHP 8.5.0 および ICU 56 以降で利用可能です。 + + + NumberFormatter::CURRENCY @@ -41,6 +61,46 @@ + + + NumberFormatter::CURRENCY_ISO + int + + + ISO 通貨形式(例: "USD1.00")。PHP 8.5.0 以降で利用可能です。 + + + + + + NumberFormatter::CURRENCY_PLURAL + int + + + 複数形の通貨形式(例: "1.00 US dollar" および "3.00 US dollars")。PHP 8.5.0 以降で利用可能です。 + + + + + + NumberFormatter::CASH_CURRENCY + int + + + 現金使用時の通貨記号。例: "NT$3.23" ではなく "NT$3"。PHP 8.5.0 および ICU 54 以降で利用可能です。 + + + + + + NumberFormatter::CURRENCY_STANDARD + int + + + 通貨記号。例: "$1.00"。負の値には非会計方式(例: マイナス記号)を使用します。PHP 8.5.0 および ICU 56 以降で利用可能です。 + + + NumberFormatter::PERCENT diff --git a/reference/intl/numberformatter.xml b/reference/intl/numberformatter.xml index d3259d2259..a579920145 100644 --- a/reference/intl/numberformatter.xml +++ b/reference/intl/numberformatter.xml @@ -1,6 +1,6 @@ - + NumberFormatter クラス NumberFormatter @@ -73,6 +73,18 @@ int NumberFormatter::DECIMAL + + public + const + int + NumberFormatter::DECIMAL_COMPACT_SHORT + + + public + const + int + NumberFormatter::DECIMAL_COMPACT_LONG + public const @@ -121,12 +133,36 @@ int NumberFormatter::IGNORE + + public + const + int + NumberFormatter::CURRENCY_ISO + + + public + const + int + NumberFormatter::CURRENCY_PLURAL + public const int NumberFormatter::CURRENCY_ACCOUNTING + + public + const + int + NumberFormatter::CASH_CURRENCY + + + public + const + int + NumberFormatter::CURRENCY_STANDARD + public const @@ -587,6 +623,15 @@ + + 8.5.0 + + NumberFormatter::DECIMAL_COMPACT_SHORTNumberFormatter::DECIMAL_COMPACT_LONG、 + NumberFormatter::CURRENCY_ISONumberFormatter::CURRENCY_PLURAL、 + NumberFormatter::CASH_CURRENCYNumberFormatter::CURRENCY_STANDARD + が追加されました。 + + 8.4.0 diff --git a/reference/intl/spoofchecker.xml b/reference/intl/spoofchecker.xml index 299b36d0df..926b68996c 100644 --- a/reference/intl/spoofchecker.xml +++ b/reference/intl/spoofchecker.xml @@ -1,6 +1,6 @@ - + Spoofchecker クラス @@ -128,6 +128,30 @@ int Spoofchecker::HIDDEN_OVERLAY + + public + const + int + Spoofchecker::IGNORE_SPACE + + + public + const + int + Spoofchecker::CASE_INSENSITIVE + + + public + const + int + Spoofchecker::ADD_CASE_MAPPINGS + + + public + const + int + Spoofchecker::SIMPLE_CASE_INSENSITIVE + &Methods; @@ -294,6 +318,46 @@ + + + + Spoofchecker::IGNORE_SPACE + int + + + + + + + + + Spoofchecker::CASE_INSENSITIVE + int + + + 大文字小文字を区別しないマッチングを有効にします + + + + + + Spoofchecker::ADD_CASE_MAPPINGS + int + + + セット内の各要素に対して、すべての大文字小文字のマッピングを追加します + + + + + + Spoofchecker::SIMPLE_CASE_INSENSITIVE + int + + + 大文字小文字を区別しないマッチングを有効にします + +
@@ -308,6 +372,13 @@
+ + 8.4.0 + + Spoofchecker::IGNORE_SPACESpoofchecker::CASE_INSENSITIVE、 + Spoofchecker::ADD_CASE_MAPPINGSSpoofchecker::SIMPLE_CASE_INSENSITIVE が追加されました。 + + 8.4.0 diff --git a/reference/soap/soapfault.xml b/reference/soap/soapfault.xml index cfabbb1d5f..33a6b7a82d 100644 --- a/reference/soap/soapfault.xml +++ b/reference/soap/soapfault.xml @@ -1,6 +1,6 @@ - + SoapFault クラス @@ -73,6 +73,12 @@ headerfault null
+ + public + string + lang + "" + &InheritedProperties; @@ -147,8 +153,39 @@
+ + headerfault + + + Soap 1.2 Reason Text の xml:lang 属性。 + + +
+ +
+ &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + SoapFault::lang が追加されました。 + + + + + +
+ &reference.soap.entities.soapfault;