Introduction

Avertissement

Cette extension est OBSOLÈTE et DÉGROUPÉ à partir de PHP 7.4.0.

Ces fonctions sont prévues pour fonctionner avec » WDDX.

Avertissement

Ne passez pas de données utilisateurs qui ne sont pas de confiance à la fonction wddx_deserialize(). La délinéarisation peut conduire au chargement et à l'exécution des données lors de l'instansiation de l'objet et de son auto-chargement, aussi, un utilisateur malicieux peut être capable d'exploiter ce comportement. Utiliser donc des données sécurisées avec un format de données comme JSON (via la fonction json_decode() et la fonction json_encode()) si vous devez passer les données linéarisées à l'utilisateur.

add a note add a note

User Contributed Notes 1 note

up
13
alvaro at demogracia dot com
15 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