document INTL_MAX_LOCALE_LEN

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253981 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Stanislav Malyshev 2008-02-29 18:06:05 +00:00
parent af412a86b0
commit 98a1c2bfa1

View file

@ -1,8 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.2 $ -->
<appendix xml:id="intl.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- $Revision: 1.3 $ -->
<appendix xml:id="intl.constants" xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.constants;
&no.constants;
<para>
<variablelist>
<varlistentry>
<term>
<constant>INTL_MAX_LOCALE_LEN</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
Limit on locale length, set to 64 in PHP code. Locale names longer
than this limit will not be accepted.
</simpara>
</listitem>
</varlistentry>
</variablelist>
</para>
</appendix>
<!-- Keep this comment at the end of the file