mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
changed wording
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152530 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
571e69bfce
commit
38d4038fbc
1 changed files with 8 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.169 -->
|
||||
<refentry id="function.nl-langinfo">
|
||||
<refnamediv>
|
||||
|
@ -16,9 +16,9 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
<function>nl_langinfo</function> is used to access individual elements of
|
||||
the locale categories. Unlike <function>localeconv</function> which
|
||||
the locale categories. Unlike <function>localeconv</function>, which
|
||||
returns all of the elements, <function>nl_langinfo</function> allows you
|
||||
to select exactly which element is required.
|
||||
to select any specific element.
|
||||
</para>
|
||||
<para>
|
||||
If <parameter>item</parameter> is not valid, &false; will be returned.
|
||||
|
@ -34,7 +34,6 @@
|
|||
<tgroup cols="2">
|
||||
<colspec colname="c1" />
|
||||
<colspec colname="c2" />
|
||||
<spanspec spanname="hspan" namest="c1" nameend="c2" align="center" />
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Constant</entry>
|
||||
|
@ -43,7 +42,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry spanname="hspan"><emphasis>LC_TIME Category Constants</emphasis></entry>
|
||||
<entry namest="c1" nameend="c2" align="center"><emphasis>LC_TIME Category Constants</emphasis></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>ABDAY_(1-7)</entry>
|
||||
|
@ -106,7 +105,7 @@
|
|||
<entry>Time in alternate era format (string can be used in <function>strftime</function>).</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry spanname="hspan"><emphasis>LC_MONETARY Category Constants</emphasis></entry>
|
||||
<entry namest="c1" nameend="c2" align="center"><emphasis>LC_MONETARY Category Constants</emphasis></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>INT_CURR_SYMBOL</entry>
|
||||
|
@ -200,7 +199,7 @@
|
|||
<entry>N_SIGN_POSN</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry spanname="hspan"><emphasis>LC_NUMERIC Category Constants</emphasis></entry>
|
||||
<entry namest="c1" nameend="c2" align="center"><emphasis>LC_NUMERIC Category Constants</emphasis></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>DECIMAL_POINT</entry>
|
||||
|
@ -223,7 +222,7 @@
|
|||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry spanname="hspan"><emphasis>LC_MESSAGES Category Constants</emphasis></entry>
|
||||
<entry namest="c1" nameend="c2" align="center"><emphasis>LC_MESSAGES Category Constants</emphasis></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>YESEXPR</entry>
|
||||
|
@ -242,7 +241,7 @@
|
|||
<entry>Output string for 'no'.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry spanname="hspan"><emphasis>LC_CTYPE Category Constants</emphasis></entry>
|
||||
<entry namest="c1" nameend="c2" align="center"><emphasis>LC_CTYPE Category Constants</emphasis></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>CODESET</entry>
|
||||
|
|
Loading…
Reference in a new issue