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

Sync stubs with the manual - part 10 (#5415)

This commit is contained in:
Máté Kocsis
2026-03-20 22:30:50 +01:00
committed by GitHub
parent c2face03ee
commit f7f861700c
4 changed files with 8 additions and 8 deletions

View File

@@ -13,12 +13,12 @@
<para>&style.oop; (method):</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

@@ -13,7 +13,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>
@@ -21,7 +21,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

@@ -11,12 +11,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

@@ -11,12 +11,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>