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 ODBC connection * * @phpstub * * @param resource $connection_id..
Decoded Output download
<?php
/**
* Close an ODBC connection
*
* @phpstub
*
* @param resource $connection_id
*
* @return void
*/
function odbc_close($connection_id)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Close an ODBC connection
*
* @phpstub
*
* @param resource $connection_id
*
* @return void
*/
function odbc_close($connection_id)
{
}
Function Calls
None |
Stats
MD5 | bc57c1284872f59784eee30997601869 |
Eval Count | 0 |
Decode Time | 83 ms |