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 /** * Caching by last modification * * @phpstub * * @param int $timestamp_or_e..
Decoded Output download
<?php
/**
* Caching by last modification
*
* @phpstub
*
* @param int $timestamp_or_expires
*
* @return bool with if the entity is cached.
*/
function http_cache_last_modified($timestamp_or_expires = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Caching by last modification
*
* @phpstub
*
* @param int $timestamp_or_expires
*
* @return bool with if the entity is cached.
*/
function http_cache_last_modified($timestamp_or_expires = NULL)
{
}
Function Calls
None |
Stats
MD5 | 824b8dc930037006e68253bb3ca187cf |
Eval Count | 0 |
Decode Time | 108 ms |