1
0
mirror of https://github.com/php/doc-fr.git synced 2026-03-23 22:52:18 +01:00

Sync intl stubs with doc-en (part 10) (#2683)

Fixes #2682
This commit is contained in:
Louis-Arnaud
2026-03-22 09:03:39 +01:00
committed by GitHub
parent d5c48d28d7
commit 3fa00aa893
4 changed files with 12 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 1976eae0d815797af97a1e16c5cd90ffc2868395 Maintainer: yannick Status: ready -->
<!-- EN-Revision: f7f861700c504afc40c14603d0fa0b36629a87ff Maintainer: lacatoire Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="intltimezone.createenumeration" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -13,12 +13,12 @@
<para>&style.oop; (méthode):</para>
<methodsynopsis role="IntlTimeZone">
<modifier>public</modifier> <modifier>static</modifier> <type class="union"><type>IntlIterator</type><type>false</type></type><methodname>IntlTimeZone::createEnumeration</methodname>
<methodparam choice="opt"><type class="union"><type>IntlTimeZone</type><type>string</type><type>int</type><type>float</type><type>null</type></type><parameter>countryOrRawOffset</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type class="union"><type>string</type><type>int</type><type>null</type></type><parameter>countryOrRawOffset</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
<para>&style.procedural;:</para>
<methodsynopsis>
<type class="union"><type>IntlIterator</type><type>false</type></type><methodname>intltz_create_enumeration</methodname>
<methodparam choice="opt"><type class="union"><type>IntlTimeZone</type><type>string</type><type>int</type><type>float</type><type>null</type></type><parameter>countryOrRawOffset</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type class="union"><type>string</type><type>int</type><type>null</type></type><parameter>countryOrRawOffset</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
<para>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: b35a2269ff83dde1436a407952b08f78dbe39ead Maintainer: yannick Status: ready -->
<!-- EN-Revision: f7f861700c504afc40c14603d0fa0b36629a87ff Maintainer: lacatoire Status: ready -->
<!-- Reviewed: no -->
<!-- CREDITS: DAnnebicque -->
<refentry xml:id="resourcebundle.get" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -15,7 +15,7 @@
&style.oop;
</para>
<methodsynopsis role="ResourceBundle">
<modifier>public</modifier> <type>mixed</type><methodname>ResourceBundle::get</methodname>
<modifier>public</modifier> <type class="union"><type>ResourceBundle</type><type>array</type><type>string</type><type>int</type><type>null</type></type><methodname>ResourceBundle::get</methodname>
<methodparam><type class="union"><type>string</type><type>int</type></type><parameter>index</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>fallback</parameter><initializer>&true;</initializer></methodparam>
</methodsynopsis>
@@ -23,7 +23,7 @@
&style.procedural;
</para>
<methodsynopsis>
<type>mixed</type><methodname>resourcebundle_get</methodname>
<type class="union"><type>ResourceBundle</type><type>array</type><type>string</type><type>int</type><type>null</type></type><methodname>resourcebundle_get</methodname>
<methodparam><type>ResourceBundle</type><parameter>bundle</parameter></methodparam>
<methodparam><type class="union"><type>string</type><type>int</type></type><parameter>index</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>fallback</parameter><initializer>&true;</initializer></methodparam>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 1976eae0d815797af97a1e16c5cd90ffc2868395 Maintainer: yannick Status: ready -->
<!-- EN-Revision: f7f861700c504afc40c14603d0fa0b36629a87ff Maintainer: lacatoire Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="transliterator.geterrorcode" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -12,12 +12,12 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="Transliterator">
<modifier>public</modifier> <type class="union"><type>int</type><type>false</type></type><methodname>Transliterator::getErrorCode</methodname>
<modifier>public</modifier> <type>int</type><methodname>Transliterator::getErrorCode</methodname>
<void/>
</methodsynopsis>
<para>&style.procedural;</para>
<methodsynopsis>
<type class="union"><type>int</type><type>false</type></type><methodname>transliterator_get_error_code</methodname>
<type>int</type><methodname>transliterator_get_error_code</methodname>
<methodparam><type>Transliterator</type><parameter>transliterator</parameter></methodparam>
</methodsynopsis>
<para>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 1976eae0d815797af97a1e16c5cd90ffc2868395 Maintainer: yannick Status: ready -->
<!-- EN-Revision: f7f861700c504afc40c14603d0fa0b36629a87ff Maintainer: lacatoire Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="transliterator.geterrormessage" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -12,12 +12,12 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="Transliterator">
<modifier>public</modifier> <type class="union"><type>string</type><type>false</type></type><methodname>Transliterator::getErrorMessage</methodname>
<modifier>public</modifier> <type>string</type><methodname>Transliterator::getErrorMessage</methodname>
<void/>
</methodsynopsis>
<para>&style.procedural;</para>
<methodsynopsis>
<type class="union"><type>string</type><type>false</type></type><methodname>transliterator_get_error_message</methodname>
<type>string</type><methodname>transliterator_get_error_message</methodname>
<methodparam><type>Transliterator</type><parameter>transliterator</parameter></methodparam>
</methodsynopsis>
<para>