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 /** * Determines if an array value represents an XMLRPC fault * * @phpstub * *..

Decoded Output download

<?php

/**
 * Determines if an array value represents an XMLRPC fault
 *
 * @phpstub
 *
 * @param array $arg
 *
 * @return bool Returns true if the argument means fault, false otherwise. Fault
 *              description is available in , fault
 *              code is in .
 */
function xmlrpc_is_fault($arg)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Determines if an array value represents an XMLRPC fault
 *
 * @phpstub
 *
 * @param array $arg
 *
 * @return bool Returns true if the argument means fault, false otherwise. Fault
 *              description is available in , fault
 *              code is in .
 */
function xmlrpc_is_fault($arg)
{
}

Function Calls

None

Variables

None

Stats

MD5 673e1cb3b9f2e5548090702c30b18d7d
Eval Count 0
Decode Time 92 ms