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