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 Julian Day Count to the French Republican Calendar * * @phpstub..
Decoded Output download
<?php
/**
* Converts a Julian Day Count to the French Republican Calendar
*
* @phpstub
*
* @param int $juliandaycount
*
* @return string The french revolution date as a string in the form "month/day/year"
*/
function JDToFrench($juliandaycount)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Converts a Julian Day Count to the French Republican Calendar
*
* @phpstub
*
* @param int $juliandaycount
*
* @return string The french revolution date as a string in the form "month/day/year"
*/
function JDToFrench($juliandaycount)
{
}
Function Calls
None |
Stats
MD5 | fe1eae2ee7dd029fdd930a23e92314e4 |
Eval Count | 0 |
Decode Time | 84 ms |