mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
84579325ee
commit
006a144f0f
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue