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 /** * Close an Ingres database connection * * @phpstub * * @param resource $li..

Decoded Output download

<?php

/**
 * Close an Ingres database connection
 *
 * @phpstub
 *
 * @param resource $link
 *
 * @return bool 
 */
function ingres_close($link)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Close an Ingres database connection
 *
 * @phpstub
 *
 * @param resource $link
 *
 * @return bool 
 */
function ingres_close($link)
{
}

Function Calls

None

Variables

None

Stats

MD5 edd4f2f4906bd1233dd8c35502709b21
Eval Count 0
Decode Time 91 ms