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 /** * Converts a Gregorian date to Julian Day Count * * @phpstub * * @param in..
Decoded Output download
<?php
/**
* Converts a Gregorian date to Julian Day Count
*
* @phpstub
*
* @param int $month
* @param int $day
* @param int $year
*
* @return int The julian day for the given gregorian date as an integer.
*/
function GregorianToJD($month, $day, $year)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Converts a Gregorian date to Julian Day Count
*
* @phpstub
*
* @param int $month
* @param int $day
* @param int $year
*
* @return int The julian day for the given gregorian date as an integer.
*/
function GregorianToJD($month, $day, $year)
{
}
Function Calls
None |
Stats
MD5 | 04f45caf2759c2f044ea940a29aa7369 |
Eval Count | 0 |
Decode Time | 104 ms |