Introducción

Advertencia

Esta extensión está OBSOLETA y DESGRUPADA a partir de PHP 7.4.0.

Estas funciones están previstas para funcionar con » WDDX.

Advertencia

No se deben pasar datos de usuario no confiables a la función wddx_deserialize(). La deserialización puede llevar al cargado y ejecución de datos durante la instancia y el autocargado del objeto, y un usuario malintencionado puede ser capaz de explotar este comportamiento. Utilice un formato seguro de intercambio de datos como JSON (usando las funciones json_decode() y json_encode()) si se deben pasar datos serializados al usuario.

add a note

User Contributed Notes 1 note

up
8
alvaro at demogracia dot com
16 years ago
From OpenWDDX.Org:

"The Web Distributed Data Exchange, or WDDX, is a free, open XML-based technology that allows Web applications created with any platform to easily exchange data with one another over the Web."

"WDDX is an XML-based technology that enables the exchange of complex data between Web programming languages, creating what some refer to as 'Web syndicate networks'. WDDX consists of a language-independent representation of data based on an XML 1.0 DTD, and a set of modules for a wide variety of languages that use WDDX. WDDX can be used with HTTP, SMTP, POP, FTP and other Internet protocols that support transferring textual data."
To Top