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 /** * Disconnects from a MaxDB server * * @phpstub * * @param resource $link ..
Decoded Output download
<?php
/**
* Disconnects from a MaxDB server
*
* @phpstub
*
* @param resource $link
* @param int $processid
*
* @return bool
*/
function maxdb_kill($link, $processid)
{
}
/**
* Disconnects from a MaxDB server
*
* @phpstub
*
* @param int $processid
*
* @return bool
*/
function maxdb_kill($processid)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Disconnects from a MaxDB server
*
* @phpstub
*
* @param resource $link
* @param int $processid
*
* @return bool
*/
function maxdb_kill($link, $processid)
{
}
/**
* Disconnects from a MaxDB server
*
* @phpstub
*
* @param int $processid
*
* @return bool
*/
function maxdb_kill($processid)
{
}
Function Calls
None |
Stats
MD5 | 3beec266d1b2fe617c20a8ff01f9ba04 |
Eval Count | 0 |
Decode Time | 78 ms |