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 the current system status * * @phpstub * * @param resource $link *..
Decoded Output download
<?php
/**
* Gets the current system status
*
* @phpstub
*
* @param resource $link
*
* @return string
*/
function maxdb_stat($link)
{
}
/**
* Gets the current system status
*
* @phpstub
*
* @return string
*/
function maxdb_stat()
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Gets the current system status
*
* @phpstub
*
* @param resource $link
*
* @return string
*/
function maxdb_stat($link)
{
}
/**
* Gets the current system status
*
* @phpstub
*
* @return string
*/
function maxdb_stat()
{
}
Function Calls
None |
Stats
MD5 | 7c7e070d1efa2d456b21538edf5d4dc6 |
Eval Count | 0 |
Decode Time | 87 ms |