Removing mention of WDDX as it's been deprecated.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347511 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
George Peter Banyard 2019-05-29 15:38:39 +00:00
parent ecf94f5577
commit 417eda23c6

View file

@ -1060,9 +1060,7 @@ bool(false)
<para>
Most PHP values can also be converted to <type>string</type>s for permanent
storage. This method is called serialization, and is performed by the
<function>serialize</function> function. If the PHP engine was built with
<link linkend="ref.wddx">WDDX</link> support, PHP values can also be
serialized as well-formed XML text.
<function>serialize</function> function.
</para>
</sect2>