reference/spl/arrayobject/getarraycopy.xml
d51166ca16fda8e766849505b84f9306ef443f71
...
...
@@ -7,7 +7,7 @@
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
10
+
<methodsynopsis role="ArrayObject">
11
11
<modifier>public</modifier> <type>array</type><methodname>ArrayObject::getArrayCopy</methodname>
12
12
<void/>
13
13
</methodsynopsis>
...
...
@@ -25,7 +25,7 @@
25
25
&reftitle.returnvalues;
26
26
<para>
27
27
Returns a copy of the array. When the <classname>ArrayObject</classname> refers to an object,
28
-
an array of the public properties of that object will be returned.
28
+
an array of the properties of that object will be returned.
29
29
</para>
30
30
</refsect1>
31
31

...
...
@@ -67,7 +67,6 @@ Array
67
67
</para>
68
68
</refsect1>
69
69
</refentry>
70
-

71
70
<!-- Keep this comment at the end of the file
72
71
Local variables:
73
72
mode: sgml
...
...
@@ -88,4 +87,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
88
87
vim: et tw=78 syn=sgml
89
88
vi: ts=1 sw=1
90
89
-->
91
-

92
90