From 9ef3aff0d89b5d93f5dc4673edaf6a637dcd3362 Mon Sep 17 00:00:00 2001 From: Sergey Panteleev Date: Thu, 15 Oct 2020 05:59:45 +0000 Subject: [PATCH] docs(ru): Updated to English revision git-svn-id: https://svn.php.net/repository/phpdoc/ru/trunk@350910 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/fann/fannconnection/gettoneuron.xml | 2 +- reference/info/functions/dl.xml | 2 +- reference/opcache/ini.xml | 2 +- reference/posix/functions/posix-mkfifo.xml | 8 ++------ reference/zlib/examples.xml | 7 +++++-- 5 files changed, 10 insertions(+), 11 deletions(-) diff --git a/reference/fann/fannconnection/gettoneuron.xml b/reference/fann/fannconnection/gettoneuron.xml index ebf758b8a..547288872 100644 --- a/reference/fann/fannconnection/gettoneuron.xml +++ b/reference/fann/fannconnection/gettoneuron.xml @@ -1,5 +1,5 @@ - + diff --git a/reference/info/functions/dl.xml b/reference/info/functions/dl.xml index 478832384..7c334da53 100644 --- a/reference/info/functions/dl.xml +++ b/reference/info/functions/dl.xml @@ -1,5 +1,5 @@ - + diff --git a/reference/opcache/ini.xml b/reference/opcache/ini.xml index aa20cad23..9d4c0f57d 100644 --- a/reference/opcache/ini.xml +++ b/reference/opcache/ini.xml @@ -1,6 +1,6 @@ - + diff --git a/reference/posix/functions/posix-mkfifo.xml b/reference/posix/functions/posix-mkfifo.xml index 22e91c735..984b444e9 100644 --- a/reference/posix/functions/posix-mkfifo.xml +++ b/reference/posix/functions/posix-mkfifo.xml @@ -1,5 +1,5 @@ - + @@ -56,11 +56,7 @@ &return.success; - - - &reftitle.notes; - - + + @@ -55,17 +55,20 @@ echo "\n\n\n"; Работа с API инкрементальной компрессии и декомпрессии, с PHP 7.0.0 +$compressed .= deflate_add($deflateContext, ", and even more data!", ZLIB_FINISH); // Выполняем декомпрессию GZIP: $inflateContext = inflate_init(ZLIB_ENCODING_GZIP); $uncompressed = inflate_add($inflateContext, $compressed, ZLIB_NO_FLUSH); $uncompressed .= inflate_add($inflateContext, NULL, ZLIB_FINISH); echo $uncompressed; +?> ]]> &example.outputs;