hholzgra                Mon Dec 17 14:49:49 2001 EDT

  Modified files:              
    /phpdoc/en/functions        strings.xml 
  Log:
  added skeleton for missing function
  
  
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.141 phpdoc/en/functions/strings.xml:1.142
--- phpdoc/en/functions/strings.xml:1.141       Sun Dec 16 15:38:08 2001
+++ phpdoc/en/functions/strings.xml     Mon Dec 17 14:49:37 2001
@@ -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 @@
    </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>
 


Reply via email to