mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix #74467: The fallback parameter of ResourceBundle::get is undocumented
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342390 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2aaa257b45
commit
b16044a088
1 changed files with 9 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
<type>mixed</type>
|
||||
<methodname>ResourceBundle::get</methodname>
|
||||
<methodparam><type>string|int</type><parameter>index</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>fallback</parameter><initializer>&true;</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&style.procedural;
|
||||
|
@ -52,6 +53,14 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>fallback</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Whether locale should match exactly or fallback to parent locale is allowed.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue