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 /** * Gets time of last page modification * * @phpstub * * @return int Returns..

Decoded Output download

<?php

/**
 * Gets time of last page modification
 *
 * @phpstub
 *
 * @return int Returns the time of the last modification of the current
 *             page. The value returned is a Unix timestamp, suitable for
 *             feeding to . Returns false on error.
 */
function getlastmod()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Gets time of last page modification
 *
 * @phpstub
 *
 * @return int Returns the time of the last modification of the current
 *             page. The value returned is a Unix timestamp, suitable for
 *             feeding to . Returns false on error.
 */
function getlastmod()
{
}

Function Calls

None

Variables

None

Stats

MD5 82b7a6d7c49c9c6ceb688d890d220784
Eval Count 0
Decode Time 78 ms