language/predefined/arrayaccess/offsetset.xml
ed312486fff2251b6625b017df2e8f847f656296
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="arrayaccess.offsetset" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>ArrayAccess::offsetSet</refname>
...
...
@@ -9,8 +8,8 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>abstract</modifier> <modifier>public</modifier> <type>void</type><methodname>ArrayAccess::offsetSet</methodname>
11
+
<methodsynopsis role="ArrayAccess">
12
+
<modifier>public</modifier> <type>void</type><methodname>ArrayAccess::offsetSet</methodname>
14
13
<methodparam><type>mixed</type><parameter>offset</parameter></methodparam>
15
14
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
16
15
</methodsynopsis>
...
...
@@ -90,8 +89,7 @@ Array
90
89
sub-dimension or sub-property or assigning the array dimension by
91
90
reference to another variable).
92
91
Instead, <function>ArrayAccess::offsetGet</function> is called. The
93
-
operation will only be successful if that method returns by reference,
94
-
which is only possible since PHP 5.3.4.
92
+
operation will only be successful if that method returns by reference.
95
93
</para>
96
94
</note>
97
95
</refsect1>
...
...
@@ -130,7 +128,6 @@ Array
130
128
-->
131
129

132
130
</refentry>
133
-

134
131
<!-- Keep this comment at the end of the file
135
132
Local variables:
136
133
mode: sgml
137
134