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 /** * Free statement memory * * @phpstub * * @param resource $stmt * * @retu..

Decoded Output download

<?php

/**
 * Free statement memory
 *
 * @phpstub
 *
 * @param resource $stmt
 *
 * @return bool 
 */
function mssql_free_statement($stmt)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Free statement memory
 *
 * @phpstub
 *
 * @param resource $stmt
 *
 * @return bool 
 */
function mssql_free_statement($stmt)
{
}

Function Calls

None

Variables

None

Stats

MD5 529cf855b00a043a9dd84f183369f01e
Eval Count 0
Decode Time 74 ms