Introducere

Avertizare

Această extensie este ÎNVECHITĂ și NU ESTE ÎNCORPORATĂ începând cu PHP 7.4.0.

Aceste funcții sunt destinate pentru lucrul cu » WDDX.

Avertizare

Nu transmiteți date introduse de utilizator, în care nu aveți încredere, spre wddx_deserialize(). Deserializarea poate rezulta în cod ce va fi încărcat și executat datorită instanțierii și autoîncărcării obiectelor, și un utilizator malign s-ar putea folosi de aceasta. Utilizați un format de schimb de date sigur, standardizat, cum ar fi JSON (prin json_decode() și json_encode()) dacă aveți nevoie să transmiteți date serializate utilizatorului.

add a note add a note

User Contributed Notes 1 note

up
14
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