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 /** * Get current time * * @phpstub * * @param bool $return_float * * @retur..
Decoded Output download
<?php
/**
* Get current time
*
* @phpstub
*
* @param bool $return_float
*
* @return mixed By default an ``array`` is returned. If
* is set, then a ``float`` is returned.
*/
function gettimeofday($return_float = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get current time
*
* @phpstub
*
* @param bool $return_float
*
* @return mixed By default an ``array`` is returned. If
* is set, then a ``float`` is returned.
*/
function gettimeofday($return_float = false)
{
}
Function Calls
None |
Stats
MD5 | b1d07ddf9e535632f6d054e10e2ac8d2 |
Eval Count | 0 |
Decode Time | 80 ms |