Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php /** * Decodes XML into native PHP types * * @phpstub * * @param string $xml *..

Decoded Output download

<?php

/**
 * Decodes XML into native PHP types
 *
 * @phpstub
 *
 * @param string $xml
 * @param string $encoding
 *
 * @return mixed Returns either an array, or an integer, or a string, or a boolean according
 *               to the response returned by the XMLRPC method.
 */
function xmlrpc_decode($xml, $encoding = 'iso-8859-1')
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Decodes XML into native PHP types
 *
 * @phpstub
 *
 * @param string $xml
 * @param string $encoding
 *
 * @return mixed Returns either an array, or an integer, or a string, or a boolean according
 *               to the response returned by the XMLRPC method.
 */
function xmlrpc_decode($xml, $encoding = 'iso-8859-1')
{
}

Function Calls

None

Variables

None

Stats

MD5 8f6a700d67ed5287ecb9bdb1e6b5d345
Eval Count 0
Decode Time 102 ms