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 /** * Convert Unix timestamp to Julian Day * * @phpstub * * @param int $timest..
Decoded Output download
<?php
/**
* Convert Unix timestamp to Julian Day
*
* @phpstub
*
* @param int $timestamp
*
* @return int A julian day number as integer.
*/
function unixtojd($timestamp = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Convert Unix timestamp to Julian Day
*
* @phpstub
*
* @param int $timestamp
*
* @return int A julian day number as integer.
*/
function unixtojd($timestamp = false)
{
}
Function Calls
None |
Stats
MD5 | be2212dd8f7b8610fced261f68ac4671 |
Eval Count | 0 |
Decode Time | 160 ms |