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 information from the message queue data structure * * @phpstub * ..

Decoded Output download

<?php

/**
 * Returns information from the message queue data structure
 *
 * @phpstub
 *
 * @param resource $queue
 *
 * @return array The return value is an array whose keys and values have the following
 *               meanings:
 */
function msg_stat_queue($queue)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns information from the message queue data structure
 *
 * @phpstub
 *
 * @param resource $queue
 *
 * @return array The return value is an array whose keys and values have the following
 *               meanings:
 */
function msg_stat_queue($queue)
{
}

Function Calls

None

Variables

None

Stats

MD5 258f786b09835194cf9dbe7d913873c7
Eval Count 0
Decode Time 96 ms