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 /** * Returns the thread ID for the current connection * * @phpstub * * @param..
Decoded Output download
<?php
/**
* Returns the thread ID for the current connection
*
* @phpstub
*
* @param resource $link
*
* @return int returns the Thread ID for the current connection.
*/
function maxdb_thread_id($link)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the thread ID for the current connection
*
* @phpstub
*
* @param resource $link
*
* @return int returns the Thread ID for the current connection.
*/
function maxdb_thread_id($link)
{
}
Function Calls
None |
Stats
MD5 | 5a2a6664c8bec6f9a3229f815acee10c |
Eval Count | 0 |
Decode Time | 88 ms |