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 /** * Get Unix timestamp for a date * * @phpstub * * @param int $hour * @para..
Decoded Output download
<?php
/**
* Get Unix timestamp for a date
*
* @phpstub
*
* @param int $hour
* @param int $minute
* @param int $second
* @param int $month
* @param int $day
* @param int $year
* @param int $is_dst
*
* @return int returns the Unix timestamp of the arguments
* given.
* If the arguments are invalid, the function returns false (before PHP 5.1
* it returned ).
*/
function mktime($hour = false, $minute = false, $second = false, $month = false, $day = false, $year = false, $is_dst = -1)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get Unix timestamp for a date
*
* @phpstub
*
* @param int $hour
* @param int $minute
* @param int $second
* @param int $month
* @param int $day
* @param int $year
* @param int $is_dst
*
* @return int returns the Unix timestamp of the arguments
* given.
* If the arguments are invalid, the function returns false (before PHP 5.1
* it returned ).
*/
function mktime($hour = false, $minute = false, $second = false, $month = false, $day = false, $year = false, $is_dst = -1)
{
}
Function Calls
None |
Stats
MD5 | ea6c6754f085c3dc732dfd44e1c39fb3 |
Eval Count | 0 |
Decode Time | 73 ms |