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 /** * Check whether a message queue exists * * @phpstub * * @param int $key *..

Decoded Output download

<?php

/**
 * Check whether a message queue exists
 *
 * @phpstub
 *
 * @param int $key
 *
 * @return bool 
 */
function msg_queue_exists($key)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Check whether a message queue exists
 *
 * @phpstub
 *
 * @param int $key
 *
 * @return bool 
 */
function msg_queue_exists($key)
{
}

Function Calls

None

Variables

None

Stats

MD5 37e8d0bfc0483b75f30a4f294162df80
Eval Count 0
Decode Time 79 ms