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 GMT date * * @phpstub * * @param int $hour * @..

Decoded Output download

<?php

/**
 * Get Unix timestamp for a GMT 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 a ``integer`` Unix timestamp.
 */
function gmmktime($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 GMT 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 a ``integer`` Unix timestamp.
 */
function gmmktime($hour = false, $minute = false, $second = false, $month = false, $day = false, $year = false, $is_dst = -1)
{
}

Function Calls

None

Variables

None

Stats

MD5 3833b9c19018fbf0e64fd60e261f2f1a
Eval Count 0
Decode Time 116 ms