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