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 /** * Process COM messages, sleeping for up to timeoutms milliseconds * * @phpst..

Decoded Output download

<?php

/**
 * Process COM messages, sleeping for up to timeoutms milliseconds
 *
 * @phpstub
 *
 * @param int $timeoutms
 *
 * @return bool If a message or messages arrives before the timeout, they will be
 *              dispatched, and the function will return true. If the timeout occurs and
 *              no messages were processed, the return value will be false.
 */
function com_message_pump($timeoutms = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Process COM messages, sleeping for up to timeoutms milliseconds
 *
 * @phpstub
 *
 * @param int $timeoutms
 *
 * @return bool If a message or messages arrives before the timeout, they will be
 *              dispatched, and the function will return true. If the timeout occurs and
 *              no messages were processed, the return value will be false.
 */
function com_message_pump($timeoutms = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 04202f8232c44b6c548584a772967d32
Eval Count 0
Decode Time 102 ms