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 /** * Return the current thread ID * * @phpstub * * @param resource $link_iden..
Decoded Output download
<?php
/**
* Return the current thread ID
*
* @phpstub
*
* @param resource $link_identifier
*
* @return int The thread ID on success.
*/
function mysql_thread_id($link_identifier = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Return the current thread ID
*
* @phpstub
*
* @param resource $link_identifier
*
* @return int The thread ID on success.
*/
function mysql_thread_id($link_identifier = NULL)
{
}
Function Calls
None |
Stats
MD5 | acdacb4d0b3fd72736be042d10bb49d3 |
Eval Count | 0 |
Decode Time | 86 ms |