diff --git a/appendices/ini.list.xml b/appendices/ini.list.xml index 6f514521a..c67f6c01f 100644 --- a/appendices/ini.list.xml +++ b/appendices/ini.list.xml @@ -1,5 +1,5 @@ - + @@ -1405,7 +1405,7 @@ include_path - ".;/path/to/php/pear" + ".:/path/to/php/pear" PHP_INI_ALL diff --git a/language-snippets.ent b/language-snippets.ent index d30812f21..f0baecb63 100644 --- a/language-snippets.ent +++ b/language-snippets.ent @@ -1,5 +1,5 @@ - + @@ -1474,6 +1474,7 @@ xmlwriterТолько для процедур Возвращает &true; в случае успешного выполнения, или &false; в противном случае.'> Возвращает ресурс (resource) нейронной сети в случае успешного выполнения, или &false; в случае ошибки.'> Возвращает ресурс (resource) обучающих данных, или &false; в случае ошибки.'> +Функция доступна только в том случае, если модуль fann был собран для libfann >= 2.2.'> diff --git a/language/variables.xml b/language/variables.xml index d36b1d8b4..6764249b8 100644 --- a/language/variables.xml +++ b/language/variables.xml @@ -1,6 +1,6 @@ - + @@ -34,6 +34,8 @@ $this - это специальная переменная, которой нельзя ничего присваивать. + До PHP 7.1.0 было возможно косвенное присвоение (например, с использованием + переменных переменных)). diff --git a/reference/ctype/functions/ctype-alnum.xml b/reference/ctype/functions/ctype-alnum.xml index 0ab54e213..1f41a50d5 100644 --- a/reference/ctype/functions/ctype-alnum.xml +++ b/reference/ctype/functions/ctype-alnum.xml @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ &reftitle.description; boolctype_alnum - stringtext + mixedtext Проверяет, все ли символы в переданной строке @@ -29,6 +29,7 @@ Проверяемая строка. + ¬e.ctype.parameter.integer; @@ -74,11 +75,6 @@ foreach ($strings as $testcase) { - - &reftitle.notes; - ¬e.ctype.parameter.integer; - - &reftitle.seealso; diff --git a/reference/ctype/functions/ctype-alpha.xml b/reference/ctype/functions/ctype-alpha.xml index 4d17855d1..e406d3242 100644 --- a/reference/ctype/functions/ctype-alpha.xml +++ b/reference/ctype/functions/ctype-alpha.xml @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ &reftitle.description; boolctype_alpha - stringtext + mixedtext Проверяет, все ли символы в переданной строке @@ -35,6 +35,7 @@ Проверяемая строка. + ¬e.ctype.parameter.integer; @@ -80,11 +81,6 @@ foreach ($strings as $testcase) { - - &reftitle.notes; - ¬e.ctype.parameter.integer; - - &reftitle.seealso; diff --git a/reference/ctype/functions/ctype-cntrl.xml b/reference/ctype/functions/ctype-cntrl.xml index bdedaa38a..c4db3245b 100644 --- a/reference/ctype/functions/ctype-cntrl.xml +++ b/reference/ctype/functions/ctype-cntrl.xml @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ &reftitle.description; boolctype_cntrl - stringtext + mixedtext Проверяет, все ли символы в переданной строке @@ -30,6 +30,7 @@ Проверяемая строка. + ¬e.ctype.parameter.integer; @@ -75,11 +76,6 @@ foreach ($strings as $name => $testcase) { - - &reftitle.notes; - ¬e.ctype.parameter.integer; - - &reftitle.seealso; diff --git a/reference/ctype/functions/ctype-digit.xml b/reference/ctype/functions/ctype-digit.xml index 22f367a39..312a11822 100644 --- a/reference/ctype/functions/ctype-digit.xml +++ b/reference/ctype/functions/ctype-digit.xml @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ &reftitle.description; boolctype_digit - stringtext + mixedtext Проверяет, являются ли все символы в строке text @@ -29,6 +29,7 @@ Проверяемая строка. + ¬e.ctype.parameter.integer; @@ -95,20 +96,6 @@ is_numeric($integer); // true - - &reftitle.notes; - - - Для извлечения пользы из работы этой функции ей необходимо передавать - строку (string), поэтому, если ей, к примеру, будет - передан integer, то она может не возвратить ожидаемый - результат. Однако, необходимо учитывать, что HTML-формы передают - числовые строки, а не целые числа. Подробнее читайте в разделе - "Типы" данного руководства. - - - - &reftitle.seealso; diff --git a/reference/ctype/functions/ctype-graph.xml b/reference/ctype/functions/ctype-graph.xml index 407e0c5a7..15c49db7b 100644 --- a/reference/ctype/functions/ctype-graph.xml +++ b/reference/ctype/functions/ctype-graph.xml @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ &reftitle.description; boolctype_graph - stringtext + mixedtext Проверяет, все ли символы в предоставленной строке (string), @@ -29,6 +29,7 @@ Проверяемая строка. + ¬e.ctype.parameter.integer; @@ -75,12 +76,7 @@ foreach ($strings as $name => $testcase) { - - - &reftitle.notes; - ¬e.ctype.parameter.integer; - - + &reftitle.seealso; diff --git a/reference/ctype/functions/ctype-lower.xml b/reference/ctype/functions/ctype-lower.xml index cf8021911..06e086e56 100644 --- a/reference/ctype/functions/ctype-lower.xml +++ b/reference/ctype/functions/ctype-lower.xml @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ &reftitle.description; boolctype_lower - stringtext + mixedtext Проверяет, все ли символы в переданной строке @@ -29,6 +29,7 @@ Проверяемая строка. + ¬e.ctype.parameter.integer; @@ -75,11 +76,6 @@ foreach ($strings as $testcase) { - - &reftitle.notes; - ¬e.ctype.parameter.integer; - - &reftitle.seealso; diff --git a/reference/ctype/functions/ctype-print.xml b/reference/ctype/functions/ctype-print.xml index 5663ff492..e1c253265 100644 --- a/reference/ctype/functions/ctype-print.xml +++ b/reference/ctype/functions/ctype-print.xml @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ &reftitle.description; boolctype_print - stringtext + mixedtext Проверяет, все ли символы в переданной строке @@ -29,6 +29,7 @@ Проверяемая строка. + ¬e.ctype.parameter.integer; @@ -75,12 +76,7 @@ foreach ($strings as $name => $testcase) { - - - - &reftitle.notes; - ¬e.ctype.parameter.integer; - + &reftitle.seealso; diff --git a/reference/ctype/functions/ctype-punct.xml b/reference/ctype/functions/ctype-punct.xml index b5179dd7c..694315f5f 100644 --- a/reference/ctype/functions/ctype-punct.xml +++ b/reference/ctype/functions/ctype-punct.xml @@ -1,5 +1,5 @@ - + @@ -15,7 +15,7 @@ &reftitle.description; boolctype_punct - stringtext + mixedtext Проверяет, все ли символы в переданной строке @@ -32,6 +32,7 @@ Проверяемая строка. + ¬e.ctype.parameter.integer; @@ -79,11 +80,6 @@ foreach ($strings as $testcase) { - - &reftitle.notes; - ¬e.ctype.parameter.integer; - - &reftitle.seealso; diff --git a/reference/ctype/functions/ctype-space.xml b/reference/ctype/functions/ctype-space.xml index d50d8c91c..dfbb26636 100644 --- a/reference/ctype/functions/ctype-space.xml +++ b/reference/ctype/functions/ctype-space.xml @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ &reftitle.description; boolctype_space - stringtext + mixedtext Проверяет, все ли символы в переданной строке @@ -29,6 +29,7 @@ Проверяемая строка. + ¬e.ctype.parameter.integer; @@ -81,11 +82,6 @@ foreach ($strings as $name => $testcase) { - - &reftitle.notes; - ¬e.ctype.parameter.integer; - - &reftitle.seealso; diff --git a/reference/ctype/functions/ctype-upper.xml b/reference/ctype/functions/ctype-upper.xml index 27c8a3953..c516112f4 100644 --- a/reference/ctype/functions/ctype-upper.xml +++ b/reference/ctype/functions/ctype-upper.xml @@ -12,7 +12,7 @@ &reftitle.description; boolctype_upper - stringtext + mixedtext Проверяет, все ли символы в переданной строке @@ -29,6 +29,7 @@ Проверяемая строка. + ¬e.ctype.parameter.integer; @@ -75,11 +76,6 @@ foreach ($strings as $testcase) { - - &reftitle.notes; - ¬e.ctype.parameter.integer; - - &reftitle.seealso; diff --git a/reference/ctype/functions/ctype-xdigit.xml b/reference/ctype/functions/ctype-xdigit.xml index 1816be198..55374b69c 100644 --- a/reference/ctype/functions/ctype-xdigit.xml +++ b/reference/ctype/functions/ctype-xdigit.xml @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ &reftitle.description; boolctype_xdigit - stringtext + mixedtext Проверяет, являются ли все символы в строке (string) text @@ -29,6 +29,7 @@ Проверяемая строка. + ¬e.ctype.parameter.integer; @@ -76,11 +77,6 @@ foreach ($strings as $testcase) { - - &reftitle.notes; - ¬e.ctype.parameter.integer; - - &reftitle.seealso; diff --git a/reference/errorfunc/functions/error-reporting.xml b/reference/errorfunc/functions/error-reporting.xml index 9c72b6605..c1704b460 100644 --- a/reference/errorfunc/functions/error-reporting.xml +++ b/reference/errorfunc/functions/error-reporting.xml @@ -1,5 +1,5 @@ - + @@ -85,7 +85,7 @@ error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE); // Добавлять сообщения обо всех ошибках, кроме E_NOTICE error_reporting(E_ALL & ~E_NOTICE); -// Добавлять в отчет все ошибки PHP (см. список изменений) +// Добавлять в отчет все ошибки PHP error_reporting(E_ALL); // Добавлять в отчет все ошибки PHP diff --git a/reference/fann/functions/fann-copy.xml b/reference/fann/functions/fann-copy.xml index 8c0f02906..770251652 100644 --- a/reference/fann/functions/fann-copy.xml +++ b/reference/fann/functions/fann-copy.xml @@ -1,6 +1,6 @@ - + @@ -39,6 +39,11 @@ + + &reftitle.notes; + &fann.note.function.fann-2.2; + + &reftitle.seealso; diff --git a/reference/fann/functions/fann-create-train-from-callback.xml b/reference/fann/functions/fann-create-train-from-callback.xml index ce7590ae6..8f95b7336 100644 --- a/reference/fann/functions/fann-create-train-from-callback.xml +++ b/reference/fann/functions/fann-create-train-from-callback.xml @@ -1,6 +1,6 @@ - + @@ -104,6 +104,11 @@ if ($train_data) { + + + &reftitle.notes; + &fann.note.function.fann-2.2; + &reftitle.seealso; diff --git a/reference/fann/functions/fann-create-train.xml b/reference/fann/functions/fann-create-train.xml index 36a78c56b..0ecf7f47b 100644 --- a/reference/fann/functions/fann-create-train.xml +++ b/reference/fann/functions/fann-create-train.xml @@ -1,6 +1,6 @@ - + @@ -56,6 +56,11 @@ &reftitle.returnvalues; &fann.return.train; + + + &reftitle.notes; + &fann.note.function.fann-2.2; + &reftitle.seealso; diff --git a/reference/fann/functions/fann-set-sarprop-step-error-shift.xml b/reference/fann/functions/fann-set-sarprop-step-error-shift.xml index b2da6cfad..299c992b6 100644 --- a/reference/fann/functions/fann-set-sarprop-step-error-shift.xml +++ b/reference/fann/functions/fann-set-sarprop-step-error-shift.xml @@ -1,6 +1,6 @@ - + @@ -45,6 +45,11 @@ &reftitle.returnvalues; &fann.return.bool; + + + &reftitle.notes; + &fann.note.function.fann-2.2; + &reftitle.seealso; diff --git a/reference/fann/functions/fann-set-sarprop-step-error-threshold-factor.xml b/reference/fann/functions/fann-set-sarprop-step-error-threshold-factor.xml index 82c141bfe..05acc8e9e 100644 --- a/reference/fann/functions/fann-set-sarprop-step-error-threshold-factor.xml +++ b/reference/fann/functions/fann-set-sarprop-step-error-threshold-factor.xml @@ -1,6 +1,6 @@ - + @@ -45,6 +45,11 @@ &reftitle.returnvalues; &fann.return.bool; + + + &reftitle.notes; + &fann.note.function.fann-2.2; + &reftitle.seealso; diff --git a/reference/fann/functions/fann-set-sarprop-temperature.xml b/reference/fann/functions/fann-set-sarprop-temperature.xml index 1c57a1a25..5e5c65e8f 100644 --- a/reference/fann/functions/fann-set-sarprop-temperature.xml +++ b/reference/fann/functions/fann-set-sarprop-temperature.xml @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ fann_set_sarprop_temperature Устанавливает температуру sarprop - + &reftitle.description; @@ -20,7 +20,7 @@ Устанавливает температуру sarprop. - + &reftitle.parameters; @@ -40,12 +40,17 @@ - + &reftitle.returnvalues; &fann.return.bool; - - + + + + &reftitle.notes; + &fann.note.function.fann-2.2; + + &reftitle.seealso; @@ -54,8 +59,8 @@ - - + + - + @@ -45,6 +45,11 @@ &reftitle.returnvalues; &fann.return.bool; + + + &reftitle.notes; + &fann.note.function.fann-2.2; + &reftitle.seealso; diff --git a/reference/mysql_xdevapi/mysql_xdevapi/collection/existsindatabase.xml b/reference/mysql_xdevapi/mysql_xdevapi/collection/existsindatabase.xml index df68d7284..6fe99e905 100644 --- a/reference/mysql_xdevapi/mysql_xdevapi/collection/existsindatabase.xml +++ b/reference/mysql_xdevapi/mysql_xdevapi/collection/existsindatabase.xml @@ -1,6 +1,6 @@ - + @@ -30,6 +30,11 @@ Возвращает &true; если коллекция существует в базе данных, иначе &false; если это не так. + + Таблица, определенная двумя столбцами (doc и _id), считается коллекцией, + и третьим столбцом _json_schema с MySQL 8.0.21. + Добавление дополнительного столбца означает, что existsInDatabase() больше не будет видеть его как коллекцию. + diff --git a/reference/pdo/drivers.xml b/reference/pdo/drivers.xml index 963549f58..a80f0d287 100644 --- a/reference/pdo/drivers.xml +++ b/reference/pdo/drivers.xml @@ -1,5 +1,5 @@ - + @@ -61,10 +61,6 @@ PDO_SQLSRV Microsoft SQL Server / SQL Azure - - PDO_4D - 4D - @@ -82,7 +78,6 @@ &reference.pdo-odbc.reference; &reference.pdo-pgsql.reference; &reference.pdo-sqlite.reference; - &reference.pdo-4d.reference;