The corect function name is get_extension_funcs. Updated the Italian version.

Include_once() and require_once are not in the funclist. Haven't found this
functions in the Zend engine.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@28437 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Egon Schmid 2000-07-16 16:24:54 +00:00
parent 84579325ee
commit 006a144f0f

View file

@ -793,14 +793,14 @@ Array
</informalexample>
</para>
<para>
See also: <function>get_extension_functions</function>
See also: <function>get_extension_funcs</function>
</para>
</refsect1>
</refentry>
<refentry id="function.get-extension-functions">
<refentry id="function.get-extension-funcs">
<refnamediv>
<refname>get_extension_functions</refname>
<refname>get_extension_funcs</refname>
<refpurpose>
Returns an array with the names of the function of a module
</refpurpose>
@ -809,7 +809,7 @@ Array
<title>Description</title>
<funcsynopsis>
<funcprototype>
<funcdef>array <function>get_extension_functions</function></funcdef>
<funcdef>array <function>get_extension_funcs</function></funcdef>
<paramdef>string <parameter>module_name</parameter></paramdef>
</funcprototype>
</funcsynopsis>