mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
added skeleton for missing function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65476 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b2fccdabfa
commit
a0b0d7f219
1 changed files with 21 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.141 $ -->
|
||||
<!-- $Revision: 1.142 $ -->
|
||||
<reference id="ref.strings">
|
||||
<title>String functions</title>
|
||||
<titleabbrev>Strings</titleabbrev>
|
||||
|
@ -4291,6 +4291,26 @@ ooooord.
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id='function.nl-langinfo'>
|
||||
<refnamediv>
|
||||
<refname>nl_langinfo</refname>
|
||||
<refpurpose>
|
||||
Query language and locale information
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>string <function>nl_langinfo</function></funcdef>
|
||||
<paramdef>int <parameter>item</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
</reference>
|
||||
|
||||
|
|
Loading…
Reference in a new issue