svn: /phpdoc/fr/trunk/reference/intl/intltimezone/ countequivalentids.xml createdefault.xml createenumeration.xml createtimezone.xml fromdatetimezone.xml getcanonicalid.xml getdisplayname.xml getdstsavings.xml getequivalentid.xml geterrorcode.xml geterrormessage.xml getgmt.xml getid.xml getoffset.xml getrawoffset.xml gettzdataversion.xml hassamerules.xml todatetimezone.xml usedaylighttime.xml
[email protected] (George Peter Banyard)
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
girgias Thu, 26 Nov 2020 22:12:12 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351686
Log:
Apply SVN revision 351641
Changed paths:
U phpdoc/fr/trunk/reference/intl/intltimezone/countequivalentids.xml
U phpdoc/fr/trunk/reference/intl/intltimezone/createdefault.xml
U phpdoc/fr/trunk/reference/intl/intltimezone/createenumeration.xml
U phpdoc/fr/trunk/reference/intl/intltimezone/createtimezone.xml
U phpdoc/fr/trunk/reference/intl/intltimezone/fromdatetimezone.xml
U phpdoc/fr/trunk/reference/intl/intltimezone/getcanonicalid.xml
U phpdoc/fr/trunk/reference/intl/intltimezone/getdisplayname.xml
U phpdoc/fr/trunk/reference/intl/intltimezone/getdstsavings.xml
U phpdoc/fr/trunk/reference/intl/intltimezone/getequivalentid.xml
U phpdoc/fr/trunk/reference/intl/intltimezone/geterrorcode.xml
U phpdoc/fr/trunk/reference/intl/intltimezone/geterrormessage.xml
U phpdoc/fr/trunk/reference/intl/intltimezone/getgmt.xml
U phpdoc/fr/trunk/reference/intl/intltimezone/getid.xml
U phpdoc/fr/trunk/reference/intl/intltimezone/getoffset.xml
U phpdoc/fr/trunk/reference/intl/intltimezone/getrawoffset.xml
U phpdoc/fr/trunk/reference/intl/intltimezone/gettzdataversion.xml
U phpdoc/fr/trunk/reference/intl/intltimezone/hassamerules.xml
U phpdoc/fr/trunk/reference/intl/intltimezone/todatetimezone.xml
U phpdoc/fr/trunk/reference/intl/intltimezone/usedaylighttime.xml
svn-diffs-351686.txt
(text/x-diff, 31.3 KB)
Modified: phpdoc/fr/trunk/reference/intl/intltimezone/countequivalentids.xml
===================================================================
--- phpdoc/fr/trunk/reference/intl/intltimezone/countequivalentids.xml 2020-11-26 21:12:49 UTC (rev 351685)
+++ phpdoc/fr/trunk/reference/intl/intltimezone/countequivalentids.xml 2020-11-26 22:12:12 UTC (rev 351686)
@@ -1,20 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343892 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351641 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="intltimezone.countequivalentids" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>IntlTimeZone::countEquivalentIDs</refname>
+ <refname>intltz_count_equivalent_ids</refname>
<refpurpose>Récupère le nombre d'IDs dans le groupe d'équivalence qui inclut l'ID fourni</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
+ <para>&style.oop; (method):</para>
<methodsynopsis>
<modifier>public</modifier> <modifier>static</modifier> <type>int</type><methodname>IntlTimeZone::countEquivalentIDs</methodname>
<methodparam><type>string</type><parameter>zoneId</parameter></methodparam>
</methodsynopsis>
+ <para>&style.procedural;:</para>
+ <methodsynopsis role="procedural">
+ <type>int</type><methodname>intltz_count_equivalent_ids</methodname>
+ <methodparam><type>string</type><parameter>zoneId</parameter></methodparam>
+ </methodsynopsis>
<para>
</para>
@@ -44,9 +50,7 @@
</para>
</refsect1>
-
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/intl/intltimezone/createdefault.xml
===================================================================
--- phpdoc/fr/trunk/reference/intl/intltimezone/createdefault.xml 2020-11-26 21:12:49 UTC (rev 351685)
+++ phpdoc/fr/trunk/reference/intl/intltimezone/createdefault.xml 2020-11-26 22:12:12 UTC (rev 351686)
@@ -1,20 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330772 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351641 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="intltimezone.createdefault" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>IntlTimeZone::createDefault</refname>
+ <refname>intltz_create_default</refname>
<refpurpose>Crée une nouvelle copie du fuseau horaire par défaut pour cet hôte</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
+ <para>&style.oop; (method):</para>
<methodsynopsis>
<modifier>public</modifier> <modifier>static</modifier> <type>IntlTimeZone</type><methodname>IntlTimeZone::createDefault</methodname>
<void />
</methodsynopsis>
+ <para>&style.procedural;:</para>
+ <methodsynopsis role="procedural">
+ <type>IntlTimeZone</type><methodname>intltz_create_default</methodname>
+ <void />
+ </methodsynopsis>
<para>
</para>
@@ -35,9 +41,7 @@
</para>
</refsect1>
-
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/intl/intltimezone/createenumeration.xml
===================================================================
--- phpdoc/fr/trunk/reference/intl/intltimezone/createenumeration.xml 2020-11-26 21:12:49 UTC (rev 351685)
+++ phpdoc/fr/trunk/reference/intl/intltimezone/createenumeration.xml 2020-11-26 22:12:12 UTC (rev 351686)
@@ -1,20 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330772 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351641 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="intltimezone.createenumeration" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>IntlTimeZone::createEnumeration</refname>
+ <refname>intltz_create_enumeration</refname>
<refpurpose>Récupère une énumération d'IDs de fuseau horaire associés avec le pays fourni</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
+ <para>&style.oop; (method):</para>
<methodsynopsis>
<modifier>public</modifier> <modifier>static</modifier> <type>IntlIterator</type><methodname>IntlTimeZone::createEnumeration</methodname>
<methodparam choice="opt"><type>mixed</type><parameter>countryOrRawOffset</parameter></methodparam>
</methodsynopsis>
+ <para>&style.procedural;:</para>
+ <methodsynopsis role="procedural">
+ <type>IntlIterator</type><methodname>intltz_create_enumeration</methodname>
+ <methodparam choice="opt"><type>mixed</type><parameter>countryOrRawOffset</parameter></methodparam>
+ </methodsynopsis>
<para>
</para>
@@ -44,9 +50,7 @@
</para>
</refsect1>
-
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/intl/intltimezone/createtimezone.xml
===================================================================
--- phpdoc/fr/trunk/reference/intl/intltimezone/createtimezone.xml 2020-11-26 21:12:49 UTC (rev 351685)
+++ phpdoc/fr/trunk/reference/intl/intltimezone/createtimezone.xml 2020-11-26 22:12:12 UTC (rev 351686)
@@ -1,20 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330772 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351641 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="intltimezone.createtimezone" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>IntlTimeZone::createTimeZone</refname>
+ <refname>intltz_create_time_zone</refname>
<refpurpose>Crée un objet de fuseau horaire pour l'ID fourni</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
+ <para>&style.oop; (method):</para>
<methodsynopsis>
<modifier>public</modifier> <modifier>static</modifier> <type>IntlTimeZone</type><methodname>IntlTimeZone::createTimeZone</methodname>
<methodparam><type>string</type><parameter>zoneId</parameter></methodparam>
</methodsynopsis>
+ <para>&style.procedural;:</para>
+ <methodsynopsis role="procedural">
+ <type>IntlTimeZone</type><methodname>intltz_create_time_zone</methodname>
+ <methodparam><type>string</type><parameter>zoneId</parameter></methodparam>
+ </methodsynopsis>
<para>
</para>
@@ -44,9 +50,7 @@
</para>
</refsect1>
-
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/intl/intltimezone/fromdatetimezone.xml
===================================================================
--- phpdoc/fr/trunk/reference/intl/intltimezone/fromdatetimezone.xml 2020-11-26 21:12:49 UTC (rev 351685)
+++ phpdoc/fr/trunk/reference/intl/intltimezone/fromdatetimezone.xml 2020-11-26 22:12:12 UTC (rev 351686)
@@ -1,20 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330772 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351641 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="intltimezone.fromdatetimezone" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>IntlTimeZone::fromDateTimeZone</refname>
+ <refname>intltz_from_date_time_zone</refname>
<refpurpose>Crée un objet fuseau horaire depuis <type>DateTimeZone</type></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
+ <para>&style.oop; (method):</para>
<methodsynopsis>
<modifier>public</modifier> <modifier>static</modifier> <type>IntlTimeZone</type><methodname>IntlTimeZone::fromDateTimeZone</methodname>
<methodparam><type>DateTimeZone</type><parameter>zoneId</parameter></methodparam>
</methodsynopsis>
+ <para>&style.procedural;:</para>
+ <methodsynopsis role="procedural">
+ <type>IntlTimeZone</type><methodname>intltz_from_date_time_zone</methodname>
+ <methodparam><type>DateTimeZone</type><parameter>zoneId</parameter></methodparam>
+ </methodsynopsis>
<para>
</para>
@@ -44,9 +50,7 @@
</para>
</refsect1>
-
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/intl/intltimezone/getcanonicalid.xml
===================================================================
--- phpdoc/fr/trunk/reference/intl/intltimezone/getcanonicalid.xml 2020-11-26 21:12:49 UTC (rev 351685)
+++ phpdoc/fr/trunk/reference/intl/intltimezone/getcanonicalid.xml 2020-11-26 22:12:12 UTC (rev 351686)
@@ -1,21 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330772 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351641 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="intltimezone.getcanonicalid" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>IntlTimeZone::getCanonicalID</refname>
+ <refname>intltz_get_canonical_id</refname>
<refpurpose>Récupère l'identifiant du fuseau horaire système ou l'identifiant normalisé du fuseau horaire personnalisé pour l'ID du fuseau horaire fourni</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
+ <para>&style.oop; (method):</para>
<methodsynopsis>
<modifier>public</modifier> <modifier>static</modifier> <type>string</type><methodname>IntlTimeZone::getCanonicalID</methodname>
<methodparam><type>string</type><parameter>zoneId</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter role="reference">isSystemID</parameter></methodparam>
</methodsynopsis>
+ <para>&style.procedural;:</para>
+ <methodsynopsis role="procedural">
+ <type>string</type><methodname>intltz_get_canonical_id</methodname>
+ <methodparam><type>string</type><parameter>zoneId</parameter></methodparam>
+ <methodparam choice="opt"><type>bool</type><parameter role="reference">isSystemID</parameter></methodparam>
+ </methodsynopsis>
<para>
</para>
@@ -53,9 +60,7 @@
</para>
</refsect1>
-
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/intl/intltimezone/getdisplayname.xml
===================================================================
--- phpdoc/fr/trunk/reference/intl/intltimezone/getdisplayname.xml 2020-11-26 21:12:49 UTC (rev 351685)
+++ phpdoc/fr/trunk/reference/intl/intltimezone/getdisplayname.xml 2020-11-26 22:12:12 UTC (rev 351686)
@@ -1,16 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343891 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351641 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="intltimezone.getdisplayname" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>IntlTimeZone::getDisplayName</refname>
+ <refname>intltz_get_display_name</refname>
<refpurpose>Récupère un nom du fuseau horaire aux fins de présentation à l'utilisateur</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
+ <para>&style.oop; (method):</para>
<methodsynopsis>
<modifier>public</modifier> <type>string</type><methodname>IntlTimeZone::getDisplayName</methodname>
<methodparam choice="opt"><type>bool</type><parameter>isDaylight</parameter></methodparam>
@@ -17,6 +18,14 @@
<methodparam choice="opt"><type>int</type><parameter>style</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>locale</parameter></methodparam>
</methodsynopsis>
+ <para>&style.procedural;:</para>
+ <methodsynopsis role="procedural">
+ <type>string</type><methodname>intltz_get_display_name</methodname>
+ <methodparam><type>IntlTimeZone</type><parameter>timezone</parameter></methodparam>
+ <methodparam choice="opt"><type>bool</type><parameter>isDaylight</parameter></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>style</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>locale</parameter></methodparam>
+ </methodsynopsis>
<para>
</para>
@@ -62,9 +71,7 @@
</para>
</refsect1>
-
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/intl/intltimezone/getdstsavings.xml
===================================================================
--- phpdoc/fr/trunk/reference/intl/intltimezone/getdstsavings.xml 2020-11-26 21:12:49 UTC (rev 351685)
+++ phpdoc/fr/trunk/reference/intl/intltimezone/getdstsavings.xml 2020-11-26 22:12:12 UTC (rev 351686)
@@ -1,20 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343892 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351641 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="intltimezone.getdstsavings" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>IntlTimeZone::getDSTSavings</refname>
+ <refname>intltz_get_dst_savings</refname>
<refpurpose>Récupère la durée à ajouter à l'heure locale pour récupérer l'heure murale locale</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
+ <para>&style.oop; (method):</para>
<methodsynopsis>
<modifier>public</modifier> <type>int</type><methodname>IntlTimeZone::getDSTSavings</methodname>
<void />
</methodsynopsis>
+ <para>&style.procedural;:</para>
+ <methodsynopsis role="procedural">
+ <type>int</type><methodname>intltz_get_dst_savings</methodname>
+ <methodparam><type>IntlTimeZone</type><parameter>timezone</parameter></methodparam>
+ </methodsynopsis>
<para>
</para>
@@ -35,9 +41,7 @@
</para>
</refsect1>
-
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/intl/intltimezone/getequivalentid.xml
===================================================================
--- phpdoc/fr/trunk/reference/intl/intltimezone/getequivalentid.xml 2020-11-26 21:12:49 UTC (rev 351685)
+++ phpdoc/fr/trunk/reference/intl/intltimezone/getequivalentid.xml 2020-11-26 22:12:12 UTC (rev 351686)
@@ -1,21 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343891 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351641 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="intltimezone.getequivalentid" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>IntlTimeZone::getEquivalentID</refname>
+ <refname>intltz_get_equivalent_id</refname>
<refpurpose>Récupère un identifiant d'un groupe d'équivalence qui inclut l'identifiant fourni</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
+ <para>&style.oop; (method):</para>
<methodsynopsis>
<modifier>public</modifier> <modifier>static</modifier> <type>string</type><methodname>IntlTimeZone::getEquivalentID</methodname>
<methodparam><type>string</type><parameter>zoneId</parameter></methodparam>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
</methodsynopsis>
+ <para>&style.procedural;:</para>
+ <methodsynopsis role="procedural">
+ <type>string</type><methodname>intltz_get_equivalent_id</methodname>
+ <methodparam><type>string</type><parameter>zoneId</parameter></methodparam>
+ <methodparam><type>int</type><parameter>index</parameter></methodparam>
+ </methodsynopsis>
<para>
</para>
@@ -53,9 +60,7 @@
</para>
</refsect1>
-
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/intl/intltimezone/geterrorcode.xml
===================================================================
--- phpdoc/fr/trunk/reference/intl/intltimezone/geterrorcode.xml 2020-11-26 21:12:49 UTC (rev 351685)
+++ phpdoc/fr/trunk/reference/intl/intltimezone/geterrorcode.xml 2020-11-26 22:12:12 UTC (rev 351686)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343892 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351641 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="intltimezone.geterrorcode" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>IntlTimeZone::getErrorCode</refname>
@@ -20,7 +19,7 @@
<para>&style.procedural;:</para>
<methodsynopsis role="procedural">
<type>int</type><methodname>intltz_get_error_code</methodname>
- <void />
+ <methodparam><type>IntlTimeZone</type><parameter>timezone</parameter></methodparam>
</methodsynopsis>
<para>
@@ -42,9 +41,7 @@
</para>
</refsect1>
-
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/intl/intltimezone/geterrormessage.xml
===================================================================
--- phpdoc/fr/trunk/reference/intl/intltimezone/geterrormessage.xml 2020-11-26 21:12:49 UTC (rev 351685)
+++ phpdoc/fr/trunk/reference/intl/intltimezone/geterrormessage.xml 2020-11-26 22:12:12 UTC (rev 351686)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330772 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351641 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="intltimezone.geterrormessage" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>IntlTimeZone::getErrorMessage</refname>
@@ -20,7 +19,7 @@
<para>&style.procedural;:</para>
<methodsynopsis role="procedural">
<type>string</type><methodname>intltz_get_error_message</methodname>
- <void />
+ <methodparam><type>IntlTimeZone</type><parameter>timezone</parameter></methodparam>
</methodsynopsis>
<para>
@@ -42,9 +41,7 @@
</para>
</refsect1>
-
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/intl/intltimezone/getgmt.xml
===================================================================
--- phpdoc/fr/trunk/reference/intl/intltimezone/getgmt.xml 2020-11-26 21:12:49 UTC (rev 351685)
+++ phpdoc/fr/trunk/reference/intl/intltimezone/getgmt.xml 2020-11-26 22:12:12 UTC (rev 351686)
@@ -1,20 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330772 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351641 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="intltimezone.getgmt" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>IntlTimeZone::getGMT</refname>
+ <refname>intltz_get_gmt</refname>
<refpurpose>Crée un fuseau horaire GMT (UTC)</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
+ <para>&style.oop; (method):</para>
<methodsynopsis>
<modifier>public</modifier> <modifier>static</modifier> <type>IntlTimeZone</type><methodname>IntlTimeZone::getGMT</methodname>
<void />
</methodsynopsis>
+ <para>&style.procedural;:</para>
+ <methodsynopsis role="procedural">
+ <type>IntlTimeZone</type><methodname>intltz_get_gmt</methodname>
+ <void />
+ </methodsynopsis>
<para>
</para>
@@ -35,9 +41,7 @@
</para>
</refsect1>
-
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/intl/intltimezone/getid.xml
===================================================================
--- phpdoc/fr/trunk/reference/intl/intltimezone/getid.xml 2020-11-26 21:12:49 UTC (rev 351685)
+++ phpdoc/fr/trunk/reference/intl/intltimezone/getid.xml 2020-11-26 22:12:12 UTC (rev 351686)
@@ -1,20 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330772 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351641 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="intltimezone.getid" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>IntlTimeZone::getID</refname>
+ <refname>intltz_get_id</refname>
<refpurpose>Récupère l'ID d'un fuseau horaire</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
+ <para>&style.oop; (method):</para>
<methodsynopsis>
<modifier>public</modifier> <type>string</type><methodname>IntlTimeZone::getID</methodname>
<void />
</methodsynopsis>
+ <para>&style.procedural;:</para>
+ <methodsynopsis role="procedural">
+ <type>string</type><methodname>intltz_get_id</methodname>
+ <methodparam><type>IntlTimeZone</type><parameter>timezone</parameter></methodparam>
+ </methodsynopsis>
<para>
</para>
@@ -35,9 +41,7 @@
</para>
</refsect1>
-
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/intl/intltimezone/getoffset.xml
===================================================================
--- phpdoc/fr/trunk/reference/intl/intltimezone/getoffset.xml 2020-11-26 21:12:49 UTC (rev 351685)
+++ phpdoc/fr/trunk/reference/intl/intltimezone/getoffset.xml 2020-11-26 22:12:12 UTC (rev 351686)
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343892 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351641 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="intltimezone.getoffset" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>IntlTimeZone::getOffset</refname>
+ <refname>intltz_get_offset</refname>
<refpurpose>Récupère le fuseau horaire brute, et la position GMT
pour un moment dans le temps donné</refpurpose>
</refnamediv>
@@ -12,13 +12,23 @@
<refsect1 role="description">
&reftitle.description;
+ <para>&style.oop; (method):</para>
<methodsynopsis>
- <modifier>public</modifier> <type>int</type><methodname>IntlTimeZone::getOffset</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>IntlTimeZone::getOffset</methodname>
<methodparam><type>float</type><parameter>date</parameter></methodparam>
<methodparam><type>bool</type><parameter>local</parameter></methodparam>
<methodparam><type>int</type><parameter role="reference">rawOffset</parameter></methodparam>
<methodparam><type>int</type><parameter role="reference">dstOffset</parameter></methodparam>
</methodsynopsis>
+ <para>&style.procedural;:</para>
+ <methodsynopsis role="procedural">
+ <type>bool</type><methodname>intltz_get_offset</methodname>
+ <methodparam><type>IntlTimeZone</type><parameter>timezone</parameter></methodparam>
+ <methodparam><type>float</type><parameter>date</parameter></methodparam>
+ <methodparam><type>bool</type><parameter>local</parameter></methodparam>
+ <methodparam><type>int</type><parameter role="reference">rawOffset</parameter></methodparam>
+ <methodparam><type>int</type><parameter role="reference">dstOffset</parameter></methodparam>
+ </methodsynopsis>
<para>
</para>
@@ -72,9 +82,7 @@
</para>
</refsect1>
-
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/intl/intltimezone/getrawoffset.xml
===================================================================
--- phpdoc/fr/trunk/reference/intl/intltimezone/getrawoffset.xml 2020-11-26 21:12:49 UTC (rev 351685)
+++ phpdoc/fr/trunk/reference/intl/intltimezone/getrawoffset.xml 2020-11-26 22:12:12 UTC (rev 351686)
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343892 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351641 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="intltimezone.getrawoffset" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>IntlTimeZone::getRawOffset</refname>
+ <refname>intltz_get_raw_offset</refname>
<refpurpose>Récupère la position brute GMT (avant de prendre en compte
l'heure d'été)</refpurpose>
</refnamediv>
@@ -12,10 +12,16 @@
<refsect1 role="description">
&reftitle.description;
+ <para>&style.oop; (method):</para>
<methodsynopsis>
<modifier>public</modifier> <type>int</type><methodname>IntlTimeZone::getRawOffset</methodname>
<void />
</methodsynopsis>
+ <para>&style.procedural;:</para>
+ <methodsynopsis role="procedural">
+ <type>int</type><methodname>intltz_get_raw_offset</methodname>
+ <methodparam><type>IntlTimeZone</type><parameter>timezone</parameter></methodparam>
+ </methodsynopsis>
<para>
</para>
@@ -36,9 +42,7 @@
</para>
</refsect1>
-
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/intl/intltimezone/gettzdataversion.xml
===================================================================
--- phpdoc/fr/trunk/reference/intl/intltimezone/gettzdataversion.xml 2020-11-26 21:12:49 UTC (rev 351685)
+++ phpdoc/fr/trunk/reference/intl/intltimezone/gettzdataversion.xml 2020-11-26 22:12:12 UTC (rev 351686)
@@ -1,20 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330772 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351641 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="intltimezone.gettzdataversion" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>IntlTimeZone::getTZDataVersion</refname>
+ <refname>intltz_get_tz_data_version</refname>
<refpurpose>Récupère la version du fuseau horaire actuellement utilisé par ICU</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
+ <para>&style.oop; (method):</para>
<methodsynopsis>
<modifier>public</modifier> <modifier>static</modifier> <type>string</type><methodname>IntlTimeZone::getTZDataVersion</methodname>
<void />
</methodsynopsis>
+ <para>&style.procedural;:</para>
+ <methodsynopsis role="procedural">
+ <type>string</type><methodname>intltz_get_tz_data_version</methodname>
+ <void />
+ </methodsynopsis>
<para>
</para>
@@ -35,9 +41,7 @@
</para>
</refsect1>
-
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/intl/intltimezone/hassamerules.xml
===================================================================
--- phpdoc/fr/trunk/reference/intl/intltimezone/hassamerules.xml 2020-11-26 21:12:49 UTC (rev 351685)
+++ phpdoc/fr/trunk/reference/intl/intltimezone/hassamerules.xml 2020-11-26 22:12:12 UTC (rev 351686)
@@ -1,20 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330772 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351641 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="intltimezone.hassamerules" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>IntlTimeZone::hasSameRules</refname>
+ <refname>intltz_has_same_rules</refname>
<refpurpose>Vérifie si cette zone a les mêmes règles qu'une autre</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
+ <para>&style.oop; (method):</para>
<methodsynopsis>
<modifier>public</modifier> <type>bool</type><methodname>IntlTimeZone::hasSameRules</methodname>
<methodparam><type>IntlTimeZone</type><parameter>otherTimeZone</parameter></methodparam>
</methodsynopsis>
+ <para>&style.procedural;:</para>
+ <methodsynopsis role="procedural">
+ <type>bool</type><methodname>intltz_has_same_rules</methodname>
+ <methodparam><type>IntlTimeZone</type><parameter>timezone</parameter></methodparam>
+ <methodparam><type>IntlTimeZone</type><parameter>otherTimeZone</parameter></methodparam>
+ </methodsynopsis>
<para>
</para>
@@ -44,9 +51,7 @@
</para>
</refsect1>
-
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/intl/intltimezone/todatetimezone.xml
===================================================================
--- phpdoc/fr/trunk/reference/intl/intltimezone/todatetimezone.xml 2020-11-26 21:12:49 UTC (rev 351685)
+++ phpdoc/fr/trunk/reference/intl/intltimezone/todatetimezone.xml 2020-11-26 22:12:12 UTC (rev 351686)
@@ -1,20 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330772 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351641 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="intltimezone.todatetimezone" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>IntlTimeZone::toDateTimeZone</refname>
+ <refname>intltz_to_date_time_zone</refname>
<refpurpose>Convertit un objet <type>DateTimeZone</type></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
+ <para>&style.oop; (method):</para>
<methodsynopsis>
<modifier>public</modifier> <type>DateTimeZone</type><methodname>IntlTimeZone::toDateTimeZone</methodname>
<void />
</methodsynopsis>
+ <para>&style.procedural;:</para>
+ <methodsynopsis role="procedural">
+ <type>DateTimeZone</type><methodname>intltz_to_date_time_zone</methodname>
+ <methodparam><type>IntlTimeZone</type><parameter>timezone</parameter></methodparam>
+ </methodsynopsis>
<para>
</para>
@@ -35,9 +41,7 @@
</para>
</refsect1>
-
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/intl/intltimezone/usedaylighttime.xml
===================================================================
--- phpdoc/fr/trunk/reference/intl/intltimezone/usedaylighttime.xml 2020-11-26 21:12:49 UTC (rev 351685)
+++ phpdoc/fr/trunk/reference/intl/intltimezone/usedaylighttime.xml 2020-11-26 22:12:12 UTC (rev 351686)
@@ -1,20 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 330772 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351641 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="intltimezone.usedaylighttime" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>IntlTimeZone::useDaylightTime</refname>
+ <refname>intltz_use_daylight_time</refname>
<refpurpose>Vérifie si ce fuseau horaire utilise l'heure d'étét</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
+ <para>&style.oop; (method):</para>
<methodsynopsis>
<modifier>public</modifier> <type>bool</type><methodname>IntlTimeZone::useDaylightTime</methodname>
<void />
</methodsynopsis>
+ <para>&style.procedural;:</para>
+ <methodsynopsis role="procedural">
+ <type>bool</type><methodname>intltz_use_daylight_time</methodname>
+ <methodparam><type>IntlTimeZone</type><parameter>timezone</parameter></methodparam>
+ </methodsynopsis>
<para>
</para>
@@ -35,9 +41,7 @@
</para>
</refsect1>
-
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml