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 /** * Vector Arithmetic Exp * * @phpstub * * @param array $real * * @return ..
Decoded Output download
<?php
/**
* Vector Arithmetic Exp
*
* @phpstub
*
* @param array $real
*
* @return array Returns an array with calculated data or false on failure.
*/
function trader_exp($real)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Vector Arithmetic Exp
*
* @phpstub
*
* @param array $real
*
* @return array Returns an array with calculated data or false on failure.
*/
function trader_exp($real)
{
}
Function Calls
None |
Stats
MD5 | 747884842c24bf0c0f8d54eb99a4cd45 |
Eval Count | 0 |
Decode Time | 92 ms |