document new functionality

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263335 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Stanislav Malyshev 2008-07-23 20:34:34 +00:00
parent 45b941e917
commit 344a9ce520

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry xml:id="locale.composelocale" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>Locale::composeLocale</refname>
@ -48,11 +48,16 @@
<para>
The 'variant' and 'private' subtags can take maximum 15 values
whereas 'extlang' can take maximum 3 values.e.g. Variants are allowed
with the suffix ranging from 0-14 Hence the keys for the input array
can be variant0, variant1, ...,variant14 .In the returned locale id,
with the suffix ranging from 0-14. Hence the keys for the input array
can be variant0, variant1, ...,variant14. In the returned locale id,
the subtag is ordered by suffix resulting in variant0 followed by
variant1 followed by variant2 and so on.
</para>
<para>
The 'variant', 'private' and 'extlang' multiple values can be specified both
as array under specific key (e.g. 'variant') and as multiple numbered keys
(e.g. 'variant0', 'variant1', etc.).
</para>
</note>
</para>
</listitem>