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 a list of method descriptions * * @phpstub * * @param s..
Decoded Output download
<?php
/**
* Decodes XML into a list of method descriptions
*
* @phpstub
*
* @param string $xml
*
* @return array
*/
function xmlrpc_parse_method_descriptions($xml)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Decodes XML into a list of method descriptions
*
* @phpstub
*
* @param string $xml
*
* @return array
*/
function xmlrpc_parse_method_descriptions($xml)
{
}
Function Calls
None |
Stats
MD5 | 0227f69bafd7efae0d4a735cbdcfed84 |
Eval Count | 0 |
Decode Time | 91 ms |