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 /** * Generates XML for a method request * * @phpstub * * @param string $metho..

Decoded Output download

<?php

/**
 * Generates XML for a method request
 *
 * @phpstub
 *
 * @param string $method
 * @param mixed $params
 * @param array $output_options
 *
 * @return string Returns a string containing the XML representation of the request.
 */
function xmlrpc_encode_request($method, $params, $output_options = array())
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Generates XML for a method request
 *
 * @phpstub
 *
 * @param string $method
 * @param mixed $params
 * @param array $output_options
 *
 * @return string Returns a string containing the XML representation of the request.
 */
function xmlrpc_encode_request($method, $params, $output_options = array())
{
}

Function Calls

None

Variables

None

Stats

MD5 59321996b6e3cab1dbb77f62abda6386
Eval Count 0
Decode Time 79 ms