reference/info/functions/get-extension-funcs.xml
99d758bd259fa80c2828cf8cc250984cb683ee8f
...
...
@@ -9,12 +9,12 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>array</type><methodname>get_extension_funcs</methodname>
13
-
<methodparam><type>string</type><parameter>module_name</parameter></methodparam>
12
+
<type class="union"><type>array</type><type>false</type></type><methodname>get_extension_funcs</methodname>
13
+
<methodparam><type>string</type><parameter>extension</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
This function returns the names of all the functions defined in
17
-
the module indicated by <parameter>module_name</parameter>.
17
+
the module indicated by <parameter>extension</parameter>.
18
18
</para>
19
19
</refsect1>
20
20

...
...
@@ -23,7 +23,7 @@
23
23
<para>
24
24
<variablelist>
25
25
<varlistentry>
26
-
<term><parameter>module_name</parameter></term>
26
+
<term><parameter>extension</parameter></term>
27
27
<listitem>
28
28
<para>
29
29
The module name.
...
...
@@ -43,7 +43,7 @@
43
43
&reftitle.returnvalues;
44
44
<para>
45
45
Returns an array with all the functions, or &false; if
46
-
<parameter>module_name</parameter> is not a valid extension.
46
+
<parameter>extension</parameter> is not a valid extension.
47
47
</para>
48
48
</refsect1>
49
49

...
...
@@ -86,8 +86,6 @@ Array
86
86
[19] => xml_parser_free
87
87
[20] => xml_parser_set_option
88
88
[21] => xml_parser_get_option
89
-
[22] => utf8_encode
90
-
[23] => utf8_decode
91
89
)
92
90
]]>
93
91
</screen>
...
...
@@ -106,7 +104,6 @@ Array
106
104
</refsect1>
107
105

108
106
</refentry>
109
-

110
107
<!-- Keep this comment at the end of the file
111
108
Local variables:
112
109
mode: sgml
113
110