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 GMT/UTC time/date according to locale settings * * @phpstub * *..

Decoded Output download

<?php

/**
 * Format a GMT/UTC time/date according to locale settings
 *
 * @phpstub
 *
 * @param string $format
 * @param int $timestamp
 *
 * @return string Returns a string formatted according to the given format string
 *                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 gmstrftime($format, $timestamp = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Format a GMT/UTC time/date according to locale settings
 *
 * @phpstub
 *
 * @param string $format
 * @param int $timestamp
 *
 * @return string Returns a string formatted according to the given format string
 *                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 gmstrftime($format, $timestamp = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 c8403d352d64c9bda5feca88a5f57401
Eval Count 0
Decode Time 198 ms