fix #29169: the module_name must be in lowercase

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163368 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2004-07-15 11:11:55 +00:00
parent 0bf5e30bf3
commit 00faf67131

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/info.xml, last change in rev 1.71 -->
<refentry id="function.get-extension-funcs">
<refnamediv>
@ -18,6 +18,12 @@
This function returns the names of all the functions defined in
the module indicated by <parameter>module_name</parameter>.
</para>
<note>
<para>
The <parameter>module_name</parameter> parameter must be in
<emphasis>lowercase</emphasis>.
</para>
</note>
<para>
For example the lines below
<informalexample>