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 /** * Closes a database * * @phpstub * * @param int $dbase_identifier * * @r..

Decoded Output download

<?php

/**
 * Closes a database
 *
 * @phpstub
 *
 * @param int $dbase_identifier
 *
 * @return bool 
 */
function dbase_close($dbase_identifier)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Closes a database
 *
 * @phpstub
 *
 * @param int $dbase_identifier
 *
 * @return bool 
 */
function dbase_close($dbase_identifier)
{
}

Function Calls

None

Variables

None

Stats

MD5 3ac9a9dc1d53b086f50388490b763c38
Eval Count 0
Decode Time 102 ms