diff --git a/language-snippets.ent b/language-snippets.ent index 2d424ebc3..cd9989ae3 100644 --- a/language-snippets.ent +++ b/language-snippets.ent @@ -1,9 +1,9 @@ - + - + @@ -838,6 +838,7 @@ objectТолько для процедурн функциями обработки ошибок libxml.'> Модуль DOM использует кодировку UTF-8. Используйте utf8_encode и utf8_decode для работы с текстами в кодировке ISO-8859-1 или iconv для других кодировок.'> +При использовании json_encode для объекта DOMDocument будет получен результат кодирования пустого объекта.'> Следующие примеры используют файл book.xml, который содержит следующие данные: diff --git a/reference/dom/domdocument.xml b/reference/dom/domdocument.xml index 41db17fda..143f3dde2 100644 --- a/reference/dom/domdocument.xml +++ b/reference/dom/domdocument.xml @@ -1,5 +1,5 @@ - + @@ -356,6 +356,7 @@
&reftitle.notes; &dom.note.utf8; + &dom.note.json;
diff --git a/reference/ev/periodic-modes.xml b/reference/ev/periodic-modes.xml index 40395bc6b..8786eefed 100644 --- a/reference/ev/periodic-modes.xml +++ b/reference/ev/periodic-modes.xml @@ -1,6 +1,6 @@ - + @@ -38,7 +38,7 @@ ]]> diff --git a/reference/zip/setup.xml b/reference/zip/setup.xml index 61e15046d..6d19015c5 100644 --- a/reference/zip/setup.xml +++ b/reference/zip/setup.xml @@ -1,5 +1,5 @@ - + diff --git a/reference/zip/ziparchive/addfile.xml b/reference/zip/ziparchive/addfile.xml index 5873aa8ce..cfa6af92f 100644 --- a/reference/zip/ziparchive/addfile.xml +++ b/reference/zip/ziparchive/addfile.xml @@ -1,5 +1,5 @@ - + @@ -133,15 +133,6 @@ if ($zip->open('test.zip') === TRUE) { - - &reftitle.seealso; - - - ZipArchive::replaceFile - - - - &reftitle.notes; @@ -155,6 +146,15 @@ if ($zip->open('test.zip') === TRUE) { + + + &reftitle.seealso; + + + ZipArchive::replaceFile + + +