reference/reflection/reflectionfunction/invokeargs.xml
ec2fe9a592f794978114ef5021db9f1d00c2e05d
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="reflectionfunction.invokeargs" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>ReflectionFunction::invokeArgs</refname>
...
...
@@ -9,7 +8,7 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="ReflectionFunction">
13
12
<modifier>public</modifier> <type>mixed</type><methodname>ReflectionFunction::invokeArgs</methodname>
14
13
<methodparam><type>array</type><parameter>args</parameter></methodparam>
15
14
</methodsynopsis>
...
...
@@ -43,6 +42,30 @@
43
42
</para>
44
43
</refsect1>
45
44

45
+
<refsect1 role="changelog">
46
+
&reftitle.changelog;
47
+
<para>
48
+
<informaltable>
49
+
<tgroup cols="2">
50
+
<thead>
51
+
<row>
52
+
<entry>&Version;</entry>
53
+
<entry>&Description;</entry>
54
+
</row>
55
+
</thead>
56
+
<tbody>
57
+
<row>
58
+
<entry>8.0.0</entry>
59
+
<entry>
60
+
<parameter>args</parameter> keys will now be interpreted as parameter names, instead of being silently ignored.
61
+
</entry>
62
+
</row>
63
+
</tbody>
64
+
</tgroup>
65
+
</informaltable>
66
+
</para>
67
+
</refsect1>
68
+

46
69
<refsect1 role="examples">
47
70
&reftitle.examples;
48
71
<para>
...
...
@@ -133,7 +156,6 @@ array(2) {
133
156
</refsect1>
134
157

135
158
</refentry>
136
-

137
159
<!-- Keep this comment at the end of the file
138
160
Local variables:
139
161
mode: sgml
140
162