Skip to content

Commit

Permalink
Improve clarity of igbinary_serialize() documentation (php#2895)
Browse files Browse the repository at this point in the history
  • Loading branch information
AJenbo authored Oct 29, 2023
1 parent 5e15a6c commit a2565b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/igbinary/functions/igbinary-serialize.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<para>
The value to be serialized. <function>igbinary_serialize</function>
handles all types, except the <type>resource</type>-type and some <type>object</type>s (see note below).
Even &array;s that contain references to itself can be <function>igbinary_serialize</function>d.
Even &array;s that contain references to itself can be processed by <function>igbinary_serialize</function>.
Circular references inside the &array; or &object; that is being serializend will also be stored.
Any other reference will be lost.
</para>
Expand Down

0 comments on commit a2565b4

Please sign in to comment.