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 /** * Returns a variant date representation of a Unix timestamp * * @phpstub * ..
Decoded Output download
<?php
/**
* Returns a variant date representation of a Unix timestamp
*
* @phpstub
*
* @param int $timestamp
*
* @return variant Returns a variant.
*/
function variant_date_from_timestamp($timestamp)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns a variant date representation of a Unix timestamp
*
* @phpstub
*
* @param int $timestamp
*
* @return variant Returns a variant.
*/
function variant_date_from_timestamp($timestamp)
{
}
Function Calls
None |
Stats
MD5 | 4ce4b34a287e0a077cbdf00af01f83b0 |
Eval Count | 0 |
Decode Time | 122 ms |