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 /** * Retrieves information about the most recently executed query * * @phpstub ..
Decoded Output download
<?php
/**
* Retrieves information about the most recently executed query
*
* @phpstub
*
* @param resource $link
*
* @return string A character string representing additional information about the most recently executed query.
*/
function maxdb_info($link)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Retrieves information about the most recently executed query
*
* @phpstub
*
* @param resource $link
*
* @return string A character string representing additional information about the most recently executed query.
*/
function maxdb_info($link)
{
}
Function Calls
None |
Stats
MD5 | 1e9bf00e6460b6276f5bffd5a615224f |
Eval Count | 0 |
Decode Time | 92 ms |