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 /** * Adds introspection documentation * * @phpstub * * @param resource $serve..

Decoded Output download

<?php

/**
 * Adds introspection documentation
 *
 * @phpstub
 *
 * @param resource $server
 * @param array $desc
 *
 * @return int
 */
function xmlrpc_server_add_introspection_data($server, $desc)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Adds introspection documentation
 *
 * @phpstub
 *
 * @param resource $server
 * @param array $desc
 *
 * @return int
 */
function xmlrpc_server_add_introspection_data($server, $desc)
{
}

Function Calls

None

Variables

None

Stats

MD5 36fe20f28c58386b37fe2b4c9edfd3a2
Eval Count 0
Decode Time 111 ms