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 $method
 * @param string $encoding
 *
 * @return mixed
 */
function xmlrpc_decode_request($xml, &$method, $encoding = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Decodes XML into native PHP types
 *
 * @phpstub
 *
 * @param string $xml
 * @param string $method
 * @param string $encoding
 *
 * @return mixed
 */
function xmlrpc_decode_request($xml, &$method, $encoding = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 6a706437f0456817606ebd486149910f
Eval Count 0
Decode Time 87 ms