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 from a supported calendar to Julian Day Count * * @phpstub * * ..

Decoded Output download

<?php

/**
 * Converts from a supported calendar to Julian Day Count
 *
 * @phpstub
 *
 * @param int $calendar
 * @param int $month
 * @param int $day
 * @param int $year
 *
 * @return int A Julian Day number.
 */
function cal_to_jd($calendar, $month, $day, $year)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Converts from a supported calendar to Julian Day Count
 *
 * @phpstub
 *
 * @param int $calendar
 * @param int $month
 * @param int $day
 * @param int $year
 *
 * @return int A Julian Day number.
 */
function cal_to_jd($calendar, $month, $day, $year)
{
}

Function Calls

None

Variables

None

Stats

MD5 f99ad8a9e3346f53046f08fb98eb9fe5
Eval Count 0
Decode Time 94 ms