reference/reflection/reflectionfunction/tostring.xml
ca840c9a6d665e60a7de48b57a5b6440c0d3b0c1
...
...
@@ -1,20 +1,19 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="reflectionfunction.tostring" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>ReflectionFunction::__toString</refname>
7
-
<refpurpose>To string</refpurpose>
6
+
<refpurpose>Returns the string representation of the ReflectionFunction object</refpurpose>
8
7
</refnamediv>
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="ReflectionFunction">
13
12
<modifier>public</modifier> <type>string</type><methodname>ReflectionFunction::__toString</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
-
To string.
16
+
Get a human-readable description of the function, its parameters and return values.
18
17
</para>
19
18
</refsect1>
20
19

...
...
@@ -26,8 +25,7 @@
26
25
<refsect1 role="returnvalues">
27
26
&reftitle.returnvalues;
28
27
<para>
29
-
Returns <methodname>ReflectionFunction::export</methodname>-like output for
30
-
the function.
28
+
The string.
31
29
</para>
32
30
</refsect1>
33
31

...
...
@@ -70,14 +68,12 @@ Function [ <user> function title ] {
70
68
<para>
71
69
<simplelist>
72
70
<member><methodname>ReflectionFunction::export</methodname></member>
73
-
<member><methodname>ReflectionClass::clone</methodname></member>
74
71
<member><link linkend="object.tostring">__toString()</link></member>
75
72
</simplelist>
76
73
</para>
77
74
</refsect1>
78
75

79
76
</refentry>
80
-

81
77
<!-- Keep this comment at the end of the file
82
78
Local variables:
83
79
mode: sgml
84
80