mirror of
https://github.com/php/doc-ru.git
synced 2025-07-22 18:26:31 +00:00
Update datetimezone.xml to En
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 14767af0f05dffa6fdb9b49e1a1f4e9ca7022a60 Maintainer: tmn Status: ready -->
|
||||
<!-- EN-Revision: 576c7c43febb2eec5718d8320f92606423413983 Maintainer: tmn Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
<reference xml:id="class.datetimezone" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
|
||||
@ -129,98 +129,140 @@
|
||||
&reftitle.constants;
|
||||
<variablelist>
|
||||
<varlistentry xml:id="datetimezone.constants.africa">
|
||||
<term><constant>DateTimeZone::AFRICA</constant></term>
|
||||
<term>
|
||||
<constant>DateTimeZone::AFRICA</constant>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Часовые пояса Африки.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="datetimezone.constants.america">
|
||||
<term><constant>DateTimeZone::AMERICA</constant></term>
|
||||
<term>
|
||||
<constant>DateTimeZone::AMERICA</constant>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Часовые пояса Америки.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="datetimezone.constants.antarctica">
|
||||
<term><constant>DateTimeZone::ANTARCTICA</constant></term>
|
||||
<term>
|
||||
<constant>DateTimeZone::ANTARCTICA</constant>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Часовые пояса Антарктики.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="datetimezone.constants.arctic">
|
||||
<term><constant>DateTimeZone::ARCTIC</constant></term>
|
||||
<term>
|
||||
<constant>DateTimeZone::ARCTIC</constant>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Часовые пояса Арктики.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="datetimezone.constants.asia">
|
||||
<term><constant>DateTimeZone::ASIA</constant></term>
|
||||
<term>
|
||||
<constant>DateTimeZone::ASIA</constant>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Часовые пояса Азии.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="datetimezone.constants.atlantic">
|
||||
<term><constant>DateTimeZone::ATLANTIC</constant></term>
|
||||
<term>
|
||||
<constant>DateTimeZone::ATLANTIC</constant>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Часовые пояса Атлантики.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="datetimezone.constants.australia">
|
||||
<term><constant>DateTimeZone::AUSTRALIA</constant></term>
|
||||
<term>
|
||||
<constant>DateTimeZone::AUSTRALIA</constant>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Часовые пояса Австралии.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="datetimezone.constants.europe">
|
||||
<term><constant>DateTimeZone::EUROPE</constant></term>
|
||||
<term>
|
||||
<constant>DateTimeZone::EUROPE</constant>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Часовые пояса Европы.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="datetimezone.constants.indian">
|
||||
<term><constant>DateTimeZone::INDIAN</constant></term>
|
||||
<term>
|
||||
<constant>DateTimeZone::INDIAN</constant>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Часовые пояса Индии.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="datetimezone.constants.pacific">
|
||||
<term><constant>DateTimeZone::PACIFIC</constant></term>
|
||||
<term>
|
||||
<constant>DateTimeZone::PACIFIC</constant>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Часовые пояса Тихого океана.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="datetimezone.constants.utc">
|
||||
<term><constant>DateTimeZone::UTC</constant></term>
|
||||
<term>
|
||||
<constant>DateTimeZone::UTC</constant>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Часовой пояс UTC.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="datetimezone.constants.all">
|
||||
<term><constant>DateTimeZone::ALL</constant></term>
|
||||
<term>
|
||||
<constant>DateTimeZone::ALL</constant>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Все часовые пояса.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="datetimezone.constants.all-with-bc">
|
||||
<term><constant>DateTimeZone::ALL_WITH_BC</constant></term>
|
||||
<term>
|
||||
<constant>DateTimeZone::ALL_WITH_BC</constant>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Все часовые пояса, включая обратно совместимые.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="datetimezone.constants.per-country">
|
||||
<term><constant>DateTimeZone::PER_COUNTRY</constant></term>
|
||||
<term>
|
||||
<constant>DateTimeZone::PER_COUNTRY</constant>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Число часовых поясов на страну.</para>
|
||||
</listitem>
|
||||
@ -229,7 +271,27 @@
|
||||
</variablelist>
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
|
||||
<section role="changelog" xml:id="datetimezone.changelog">
|
||||
&reftitle.changelog;
|
||||
<informaltable>
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>&Version;</entry>
|
||||
<entry>&Description;</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>8.4.0</entry>
|
||||
<entry>
|
||||
Константы класса стали типизированными.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</section>
|
||||
|
||||
</partintro>
|
||||
|
||||
|
Reference in New Issue
Block a user