\n \n
<wddxPacketversion='1.0'><headercomment='PHP'/><data><struct><varname='pi'><number>3.1415926</number></var><varname='cities'><arraylength='3'><string>Austin</string><string>Novato</string><string>Seattle</string></array></var></struct></data></wddxPacket>
WDDX is mainly used by ColdFusion and, as February 2022, still supported by Adobe.
Outside ColdFusion, libraries exist to read or write this format, Ruby, [6] Python, [7] PHP, Java, C++, .NET, [8] Actionscript, [9] lisp, Haskell, Perl.
PHP used to offer a comprehensive support for WDDX, which could be used as a format to store session information [10] until the version 7.4. It has been removed since from the base language, but still available through PECL. [11] The rationale was a lack of standardization of the format, and new formats like JSON more mainstream. [12] A vulnerability was fixed in 2007.[ vague ] [13]