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 /** * Number of transactions in client-queue * * @phpstub * * @param resource ..
Decoded Output download
<?php
/**
* Number of transactions in client-queue
*
* @phpstub
*
* @param resource $conn
*
* @return int
*/
function m_transinqueue($conn)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Number of transactions in client-queue
*
* @phpstub
*
* @param resource $conn
*
* @return int
*/
function m_transinqueue($conn)
{
}
Function Calls
None |
Stats
MD5 | b01e2c616535c4b288205d48a64f3166 |
Eval Count | 0 |
Decode Time | 98 ms |