xmlrpc_decode
(PHP 4 >= 4.1.0, PHP 5, PHP 7)
xmlrpc_decode — Decodes XML into native PHP types
Beschreibung
WarnungDiese Funktion ist
EXPERIMENTELL. Das Verhalten, der Funktionsname und die
zugehörige Dokumentation können sich in zukünftigen PHP-Versionen ohne
Ankündigung ändern. Die Verwendung dieser Funktion erfolgt auf eigene Gefahr.
Parameter-Liste
xml
-
XML response returned by XMLRPC method.
encoding
-
Input encoding supported by iconv.
Rückgabewerte
Returns either an array, or an integer, or a string, or a boolean according
to the response returned by the XMLRPC method.