diff --git a/language-defs.ent b/language-defs.ent index 930f98117..108292f44 100644 --- a/language-defs.ent +++ b/language-defs.ent @@ -1,7 +1,7 @@ - - + + @@ -45,7 +45,7 @@ - + diff --git a/language-snippets.ent b/language-snippets.ent index c7b7d082a..4cf523d70 100644 --- a/language-snippets.ent +++ b/language-snippets.ent @@ -1,6 +1,6 @@ - + @@ -233,6 +233,9 @@ PHP 版本中发生变化而不另行通知。使用本扩展应自行承担风 + + + 自 PHP 5.3.0 起,已经废弃此特性。强烈建议不要应用此特性。'> @@ -1456,11 +1459,11 @@ linkend="memcached.expiration" xmlns="http://docbook.org/ns/docbook">到期时 - +rnp_ffi_create.'> - +RNP_LOAD_SAVE_* flags description.'> @@ -1743,6 +1746,28 @@ It is strongly recommended to avoid timezone abbreviations. of the libxml option constants. '> + + It is also possible to pass Dom\HTML_NO_DEFAULT_NS + to disable the use of the HTML namespace and the template element. + This should only be used if the implications are properly understood. +'> + + + The encoding that the document was created in. + If not provided, it will attempt to determine the encoding that is most likely used. +'> + + + &reftitle.notes; + + + Whitespace in the html and head tags + is not considered significant and may lose formatting. + + +'> + registerNodeNS @@ -1754,6 +1779,14 @@ It is strongly recommended to avoid timezone abbreviations. '> + + Additional Options. + The LIBXML_NOEMPTYTAG + and LIBXML_NOXMLDECL options are supported. + Prior to PHP 8.3.0, only the LIBXML_NOEMPTYTAG + option is supported. +'> + DOM_HIERARCHY_REQUEST_ERR @@ -1786,6 +1819,27 @@ It is strongly recommended to avoid timezone abbreviations. '> + + + Throws a Dom\DOMException with code + Dom\WRONG_DOCUMENT_ERR if node + is from another document. + +'> + + + + Throws a ValueError if + options contains an invalid option. + + + + + Throws a ValueError if + overrideEncoding is an unknown encoding. + +'> + DOMException with code DOM_HIERARCHY_REQUEST_ERR.'> @@ -1883,6 +1937,33 @@ It is strongly recommended to avoid timezone abbreviations. '> + + 8.4.0 + + user and password are now nullable, + they are now also optional and default to &null;. + + + + 8.4.0 + + Previously, using an empty string for password would not include + pwd in the generated connection string for dsn. + It is now generated to include a pwd which has an empty string as its value. + To restore the previous behaviour password can now be set to &null;. + + + + 8.4.0 + + Previously, if dsn contained uid or pwd + both user and password parameters were ignored. + Now user is only ignored if dsn contains + uid, and password is only ignored if + dsn contains pwd. + + '> + 8.4.0 @@ -2214,19 +2295,6 @@ while PGSQL_BOTH will return both numerical and associative SQL 安全模式'> - - - scale - - - 此参数用于设置结果中的小数位数。如果为 &null;,则使用 bcscale - 设置的默认小数位数,或者回退到 bcmath.scale - INI 指令的值。 - - -'> - - 如果给出一个 -128 到 255 之间(含)的int, 将会被解释为该值对应的ASCII字符 (负值将加上 256 以支持扩展ASCII字符). @@ -3170,6 +3238,11 @@ local: { string Optional. Host with optional port. + + delegated + bool + Optional. If true, this key should be decrypted by the KMIP server. + diff --git a/reference/bc/functions/bcadd.xml b/reference/bc/functions/bcadd.xml index b23599763..d857a7f25 100644 --- a/reference/bc/functions/bcadd.xml +++ b/reference/bc/functions/bcadd.xml @@ -1,7 +1,7 @@ - - + + bcadd @@ -41,7 +41,16 @@ - &bc.scale.description; + + scale + + + 此参数用于设置结果小数点后的位数。 + 如果为 &null;,则默认为使用 bcscale 设置的默认精度, + 或者回退到 bcmath.scale INI 指令的值。 + + + @@ -89,7 +98,7 @@ - + &reftitle.examples; @@ -109,7 +118,7 @@ echo bcadd($a, $b, 4); // 6.2340 - + &reftitle.seealso; diff --git a/reference/bc/functions/bcdiv.xml b/reference/bc/functions/bcdiv.xml index 6581a6edf..caae5e660 100644 --- a/reference/bc/functions/bcdiv.xml +++ b/reference/bc/functions/bcdiv.xml @@ -1,7 +1,7 @@ - - + + bcdiv @@ -41,7 +41,7 @@ - &bc.scale.description; + @@ -88,7 +88,7 @@ - + &reftitle.examples; @@ -104,7 +104,7 @@ echo bcdiv('105', '6.55957', 3); // 16.007 - + &reftitle.seealso; diff --git a/reference/bc/functions/bcpow.xml b/reference/bc/functions/bcpow.xml index 12cfbe1d5..312e01ca2 100644 --- a/reference/bc/functions/bcpow.xml +++ b/reference/bc/functions/bcpow.xml @@ -1,8 +1,8 @@ - - - + + + bcpow 任意精度数字的乘方 @@ -42,7 +42,7 @@ - &bc.scale.description; + @@ -84,7 +84,7 @@ 8.4.0 - 0 的负幂以前返回 0,但现在会引发 DivisionByZeroError 异常。 + 0 的负幂以前返回 0,但现在会引发 DivisionByZeroError 异常。 @@ -104,7 +104,7 @@ - + &reftitle.examples; @@ -140,7 +140,7 @@ echo bcpow('5', '2', 2); // 打印 "25" 而不是 "25.00" - + &reftitle.seealso; diff --git a/reference/bc/functions/bcsqrt.xml b/reference/bc/functions/bcsqrt.xml index 2c9b12b13..7680b4d26 100644 --- a/reference/bc/functions/bcsqrt.xml +++ b/reference/bc/functions/bcsqrt.xml @@ -1,8 +1,8 @@ - - - + + + bcsqrt 任意精度数字的二次方根 @@ -32,7 +32,7 @@ - &bc.scale.description; +