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 /** * Frees stored result memory for the given statement handle * * @phpstub * ..
Decoded Output download
<?php
/**
* Frees stored result memory for the given statement handle
*
* @phpstub
*
* @param resource $stmt
*
* @return void
*/
function maxdb_stmt_free_result($stmt)
{
}
/**
* Frees stored result memory for the given statement handle
*
* @phpstub
*
* @return void
*/
function maxdb_stmt_free_result()
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Frees stored result memory for the given statement handle
*
* @phpstub
*
* @param resource $stmt
*
* @return void
*/
function maxdb_stmt_free_result($stmt)
{
}
/**
* Frees stored result memory for the given statement handle
*
* @phpstub
*
* @return void
*/
function maxdb_stmt_free_result()
{
}
Function Calls
None |
Stats
MD5 | 5d5264e927a82be6f01a118f6e4391b0 |
Eval Count | 0 |
Decode Time | 78 ms |