reference/classobj/functions/get-object-vars.xml
c9bc21cb7302db778f3c519cbe6a9c8286dc08b8
...
...
@@ -38,30 +38,6 @@
38
38
for the specified <parameter>object</parameter> in scope.
39
39
</para>
40
40
</refsect1>
41
-
<refsect1 role="changelog">
42
-
&reftitle.changelog;
43
-
<para>
44
-
<informaltable>
45
-
<tgroup cols="2">
46
-
<thead>
47
-
<row>
48
-
<entry>&Version;</entry>
49
-
<entry>&Description;</entry>
50
-
</row>
51
-
</thead>
52
-
<tbody>
53
-
<row>
54
-
<entry>5.3.0</entry>
55
-
<entry>
56
-
This function now returns &null; if the
57
-
<parameter>object</parameter> isn't an object. Previously &false; was returned.
58
-
</entry>
59
-
</row>
60
-
</tbody>
61
-
</tgroup>
62
-
</informaltable>
63
-
</para>
64
-
</refsect1>
65
41
<refsect1 role="examples">
66
42
&reftitle.examples;
67
43
<para>
...
...
@@ -114,6 +90,11 @@ array(4) {
114
90
</screen>
115
91
</example>
116
92
</para>
93
+
<note>
94
+
<para>
95
+
Uninitialized properties are considered inaccessible, and thus will not be included in the array.
96
+
</para>
97
+
</note>
117
98
</refsect1>
118
99
<refsect1 role="seealso">
119
100
&reftitle.seealso;
120
101