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 according to locale settings * * @phpstub * * @..
Decoded Output download
<?php
/**
* Format a local time/date according to locale settings
*
* @phpstub
*
* @param string $format
* @param int $timestamp
*
* @return string Returns a string formatted according
* using the given or the current
* local time if no timestamp is given. Month and weekday names and
* other language-dependent strings respect the current locale set
* with .
*/
function strftime($format, $timestamp = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Format a local time/date according to locale settings
*
* @phpstub
*
* @param string $format
* @param int $timestamp
*
* @return string Returns a string formatted according
* using the given or the current
* local time if no timestamp is given. Month and weekday names and
* other language-dependent strings respect the current locale set
* with .
*/
function strftime($format, $timestamp = false)
{
}
Function Calls
None |
Stats
MD5 | 78174cbf062342f0008b2a505db2adb0 |
Eval Count | 0 |
Decode Time | 95 ms |