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 ETag * * @phpstub * * @param string $etag * * @return bool ..
Decoded Output download
<?php
/**
* Caching by ETag
*
* @phpstub
*
* @param string $etag
*
* @return bool with if the entity is cached.
*/
function http_cache_etag($etag = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Caching by ETag
*
* @phpstub
*
* @param string $etag
*
* @return bool with if the entity is cached.
*/
function http_cache_etag($etag = NULL)
{
}
Function Calls
None |
Stats
MD5 | 04b13b8042c445e3e32c3bc3131ef551 |
Eval Count | 0 |
Decode Time | 118 ms |