mirror of
https://github.com/php/doc-ru.git
synced 2025-08-20 23:31:15 +00:00
Обновление до английской версии
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!-- EN-Revision: 4bf21e8867650755d5dea13e01049d2825486ea2 Maintainer: tmn Status: ready -->
|
<!-- EN-Revision: f221feb6fea3695aaa14279bca515934d4964538 Maintainer: tmn Status: ready -->
|
||||||
<!-- Reviewed: no -->
|
<!-- Reviewed: no -->
|
||||||
<section xml:id="datetime.configuration" xmlns="http://docbook.org/ns/docbook">
|
<section xml:id="datetime.configuration" xmlns="http://docbook.org/ns/docbook">
|
||||||
&reftitle.runtime;
|
&reftitle.runtime;
|
||||||
@ -31,15 +31,15 @@
|
|||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><link linkend="ini.date.sunrise-zenith">date.sunrise_zenith</link></entry>
|
<entry><link linkend="ini.date.sunrise-zenith">date.sunrise_zenith</link></entry>
|
||||||
<entry>"90.583333"</entry>
|
<entry>"90.833333"</entry>
|
||||||
<entry>PHP_INI_ALL</entry>
|
<entry>PHP_INI_ALL</entry>
|
||||||
<entry></entry>
|
<entry>До PHP 8.0.0 значение по умолчанию было "90.583333".</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><link linkend="ini.date.sunset-zenith">date.sunset_zenith</link></entry>
|
<entry><link linkend="ini.date.sunset-zenith">date.sunset_zenith</link></entry>
|
||||||
<entry>"90.583333"</entry>
|
<entry>"90.833333"</entry>
|
||||||
<entry>PHP_INI_ALL</entry>
|
<entry>PHP_INI_ALL</entry>
|
||||||
<entry></entry>
|
<entry>До PHP 8.0.0 значение по умолчанию было "90.583333".</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><link linkend="ini.date.timezone">date.timezone</link></entry>
|
<entry><link linkend="ini.date.timezone">date.timezone</link></entry>
|
||||||
@ -92,6 +92,11 @@
|
|||||||
<para>
|
<para>
|
||||||
Угол, под которым солнце светит во время восхода.
|
Угол, под которым солнце светит во время восхода.
|
||||||
</para>
|
</para>
|
||||||
|
<para>
|
||||||
|
Значение по умолчанию составляет 90°50'. Дополнительные 50' обусловлены двумя компонентами:
|
||||||
|
радиусом Солнца, который составляет 16'
|
||||||
|
и атмосферной рефракцией, которая составляет 34'.
|
||||||
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: tmn Status: ready -->
|
<!-- EN-Revision: b5525a14127c550a967a30a981f1af9e12d7474e Maintainer: tmn Status: ready -->
|
||||||
<!-- Reviewed: no -->
|
<!-- Reviewed: no -->
|
||||||
<refentry xml:id="function.user-error" xmlns="http://docbook.org/ns/docbook">
|
<refentry xml:id="function.user-error" xmlns="http://docbook.org/ns/docbook">
|
||||||
<refnamediv>
|
<refnamediv>
|
||||||
<refname>user_error</refname>
|
<refname>user_error</refname>
|
||||||
<refpurpose>Псевдоним <function>trigger_error</function></refpurpose>
|
<refpurpose>&Alias; <function>trigger_error</function></refpurpose>
|
||||||
</refnamediv>
|
</refnamediv>
|
||||||
|
|
||||||
<refsect1 role="description">
|
<refsect1 role="description">
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!-- EN-Revision: dd09ee01d80dff959114e4d5890861af40dd93b4 Maintainer: mch Status: ready -->
|
<!-- EN-Revision: b5525a14127c550a967a30a981f1af9e12d7474e Maintainer: mch Status: ready -->
|
||||||
<!-- Reviewed: no -->
|
<!-- Reviewed: no -->
|
||||||
<refentry xml:id="function.mysqli-set-opt" xmlns="http://docbook.org/ns/docbook">
|
<refentry xml:id="function.mysqli-set-opt" xmlns="http://docbook.org/ns/docbook">
|
||||||
<refnamediv>
|
<refnamediv>
|
||||||
<refname>mysqli::set_opt</refname>
|
<refname>mysqli::set_opt</refname>
|
||||||
<refname>mysqli_set_opt</refname>
|
<refname>mysqli_set_opt</refname>
|
||||||
<refpurpose>Псевдоним <function>mysqli_options</function></refpurpose>
|
<refpurpose>&Alias; <function>mysqli_options</function></refpurpose>
|
||||||
</refnamediv>
|
</refnamediv>
|
||||||
|
|
||||||
<refsect1 role="description">
|
<refsect1 role="description">
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!-- EN-Revision: dd09ee01d80dff959114e4d5890861af40dd93b4 Maintainer: tmn Status: ready -->
|
<!-- EN-Revision: b5525a14127c550a967a30a981f1af9e12d7474e Maintainer: tmn Status: ready -->
|
||||||
<!-- Reviewed: no -->
|
<!-- Reviewed: no -->
|
||||||
|
|
||||||
<refentry xml:id="splfileobject.getcurrentline" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
<refentry xml:id="splfileobject.getcurrentline" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
<refnamediv>
|
<refnamediv>
|
||||||
<refname>SplFileObject::getCurrentLine</refname>
|
<refname>SplFileObject::getCurrentLine</refname>
|
||||||
<refpurpose>Псевдоним метода <methodname>SplFileObject::fgets</methodname></refpurpose>
|
<refpurpose>&Alias; <methodname>SplFileObject::fgets</methodname></refpurpose>
|
||||||
</refnamediv>
|
</refnamediv>
|
||||||
|
|
||||||
<refsect1 role="description">
|
<refsect1 role="description">
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!-- EN-Revision: e298f1eaeea95ffcfb7093fa82fa22e19ebad852 Maintainer: northcat Status: ready -->
|
<!-- EN-Revision: b5525a14127c550a967a30a981f1af9e12d7474e Maintainer: northcat Status: ready -->
|
||||||
<!-- Reviewed: no -->
|
<!-- Reviewed: no -->
|
||||||
|
|
||||||
<refentry xml:id="splfileobject.tostring" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
<refentry xml:id="splfileobject.tostring" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
<refnamediv>
|
<refnamediv>
|
||||||
<refname>SplFileObject::__toString</refname>
|
<refname>SplFileObject::__toString</refname>
|
||||||
<refpurpose>Псевдоним <methodname>SplFileObject::fgets</methodname></refpurpose>
|
<refpurpose>&Alias; <methodname>SplFileObject::fgets</methodname></refpurpose>
|
||||||
</refnamediv>
|
</refnamediv>
|
||||||
|
|
||||||
<refsect1 role="description">
|
<refsect1 role="description">
|
||||||
|
Reference in New Issue
Block a user