mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
af412a86b0
commit
98a1c2bfa1
1 changed files with 19 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue