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 /** * Not documented * * @phpstub * * @param array $arr1 * @param array $arr2..
Decoded Output download
<?php
/**
* Not documented
*
* @phpstub
*
* @param array $arr1
* @param array $arr2
*
* @return float
*/
function stats_stat_independent_t($arr1, $arr2)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Not documented
*
* @phpstub
*
* @param array $arr1
* @param array $arr2
*
* @return float
*/
function stats_stat_independent_t($arr1, $arr2)
{
}
Function Calls
None |
Stats
MD5 | 3b9d1417cac11d45a87c743770103497 |
Eval Count | 0 |
Decode Time | 104 ms |