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 /** * Commits a transaction to the database * * @phpstub * * @param resource $..
Decoded Output download
<?php
/**
* Commits a transaction to the database
*
* @phpstub
*
* @param resource $link_identifier
*
* @return bool
*/
function fbsql_commit($link_identifier = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Commits a transaction to the database
*
* @phpstub
*
* @param resource $link_identifier
*
* @return bool
*/
function fbsql_commit($link_identifier = NULL)
{
}
Function Calls
None |
Stats
MD5 | 80dac49ef0e733cc715c2bdab58f0cec |
Eval Count | 0 |
Decode Time | 82 ms |