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 /** * Change logged in user of the active connection * * @phpstub * * @param s..
Decoded Output download
<?php
/**
* Change logged in user of the active connection
*
* @phpstub
*
* @param string $user
* @param string $password
* @param string $database
* @param resource $link_identifier
*
* @return bool
*/
function fbsql_change_user($user, $password, $database = NULL, $link_identifier = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Change logged in user of the active connection
*
* @phpstub
*
* @param string $user
* @param string $password
* @param string $database
* @param resource $link_identifier
*
* @return bool
*/
function fbsql_change_user($user, $password, $database = NULL, $link_identifier = NULL)
{
}
Function Calls
None |
Stats
MD5 | 969b4c241abadc46a7d2a4bb1ee63d98 |
Eval Count | 0 |
Decode Time | 173 ms |