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 * * @phpstub * * @param string $format * @para..
Decoded Output download
<?php
/**
* Format a local time/date
*
* @phpstub
*
* @param string $format
* @param int $timestamp
*
* @return string Returns a formatted date string. If a non-numeric value is used for
* , false is returned and an
* level error is emitted.
*/
function date($format, $timestamp = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Format a local time/date
*
* @phpstub
*
* @param string $format
* @param int $timestamp
*
* @return string Returns a formatted date string. If a non-numeric value is used for
* , false is returned and an
* level error is emitted.
*/
function date($format, $timestamp = false)
{
}
Function Calls
None |
Stats
MD5 | 338fc360178e76f7d11cacd8f2a0791c |
Eval Count | 0 |
Decode Time | 86 ms |