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 /** * Returns a month name * * @phpstub * * @param int $julianday * @param in..
Decoded Output download
<?php
/**
* Returns a month name
*
* @phpstub
*
* @param int $julianday
* @param int $mode
*
* @return string The month name for the given Julian Day and .
*/
function JDMonthName($julianday, $mode)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns a month name
*
* @phpstub
*
* @param int $julianday
* @param int $mode
*
* @return string The month name for the given Julian Day and .
*/
function JDMonthName($julianday, $mode)
{
}
Function Calls
None |
Stats
MD5 | 3e11c0421b671aff36986bade7fbcded |
Eval Count | 0 |
Decode Time | 93 ms |