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 unix timestamp of the last sample. * * @phpstub * * @param string $..
Decoded Output download
<?php
/**
* Gets unix timestamp of the last sample.
*
* @phpstub
*
* @param string $filename
*
* @return int Integer as unix timestamp of the most recent data from the RRD database.
*/
function rrd_last($filename)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Gets unix timestamp of the last sample.
*
* @phpstub
*
* @param string $filename
*
* @return int Integer as unix timestamp of the most recent data from the RRD database.
*/
function rrd_last($filename)
{
}
Function Calls
None |
Stats
MD5 | 0adde256661d69a4e393ca7372755edd |
Eval Count | 0 |
Decode Time | 90 ms |