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 /** * Format a local time/date as integer * * @phpstub * * @param string $form..
Decoded Output download
<?php
/**
* Format a local time/date as integer
*
* @phpstub
*
* @param string $format
* @param int $timestamp
*
* @return int Returns an ``integer``.
*/
function idate($format, $timestamp = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Format a local time/date as integer
*
* @phpstub
*
* @param string $format
* @param int $timestamp
*
* @return int Returns an ``integer``.
*/
function idate($format, $timestamp = false)
{
}
Function Calls
None |
Stats
MD5 | 5abcc5270fe497ffef6e42e414949a2d |
Eval Count | 0 |
Decode Time | 88 ms |