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 /** * Creates an char object * * @phpstub * * @param string $param * * @retu..

Decoded Output download

<?php

/**
 * Creates an char object
 *
 * @phpstub
 *
 * @param string $param
 *
 * @return int Returns the new char object id, or false on errors.
 */
function ifx_create_char($param)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Creates an char object
 *
 * @phpstub
 *
 * @param string $param
 *
 * @return int Returns the new char object id, or false on errors.
 */
function ifx_create_char($param)
{
}

Function Calls

None

Variables

None

Stats

MD5 11abd2f335cd2c3233b752ddef02296c
Eval Count 0
Decode Time 88 ms