reference/runkit7/functions/runkit7-function-remove.xml
917c06eac884740ef9285f59387a3f5259d66722
...
...
@@ -0,0 +1,78 @@
1
+
<?xml version="1.0" encoding="utf-8"?>
2
+
<!-- $Revision$ -->
3
+

4
+
<refentry xml:id="function.runkit7-function-remove" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
+
<refnamediv>
6
+
<refname>runkit7_function_remove</refname>
7
+
<refpurpose>
8
+
Remove a function definition
9
+
</refpurpose>
10
+
</refnamediv>
11
+

12
+
<refsect1 role="description">
13
+
&reftitle.description;
14
+
<methodsynopsis>
15
+
<type>bool</type><methodname>runkit7_function_remove</methodname>
16
+
<methodparam><type>string</type><parameter>function_name</parameter></methodparam>
17
+
</methodsynopsis>
18
+

19
+
&note.runkit.internal-override;
20
+

21
+
</refsect1>
22
+

23
+
<refsect1 role="parameters">
24
+
&reftitle.parameters;
25
+
<variablelist>
26
+
<varlistentry>
27
+
<term><parameter>function_name</parameter></term>
28
+
<listitem>
29
+
<para>
30
+
Name of the function to be deleted
31
+
</para>
32
+
</listitem>
33
+
</varlistentry>
34
+
</variablelist>
35
+
</refsect1>
36
+

37
+
<refsect1 role="returnvalues">
38
+
&reftitle.returnvalues;
39
+
<para>
40
+
&return.success;
41
+
</para>
42
+
</refsect1>
43
+

44
+
<refsect1 role="seealso">
45
+
&reftitle.seealso;
46
+
<para>
47
+
<simplelist>
48
+
<member><function>runkit7_function_add</function></member>
49
+
<member><function>runkit7_function_copy</function></member>
50
+
<member><function>runkit7_function_redefine</function></member>
51
+
<member><function>runkit7_function_rename</function></member>
52
+
</simplelist>
53
+
</para>
54
+
</refsect1>
55
+

56
+

57
+
</refentry>
58
+

59
+
<!-- Keep this comment at the end of the file
60
+
Local variables:
61
+
mode: sgml
62
+
sgml-omittag:t
63
+
sgml-shorttag:t
64
+
sgml-minimize-attributes:nil
65
+
sgml-always-quote-attributes:t
66
+
sgml-indent-step:1
67
+
sgml-indent-data:t
68
+
indent-tabs-mode:nil
69
+
sgml-parent-document:nil
70
+
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
71
+
sgml-exposed-tags:nil
72
+
sgml-local-catalogs:nil
73
+
sgml-local-ecat-files:nil
74
+
End:
75
+
vim600: syn=xml fen fdm=syntax fdl=2 si
76
+
vim: et tw=78 syn=sgml
77
+
vi: ts=1 sw=1
78
+
-->
0
79