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 /** * Read an overview of the information in the headers of the given message * ..

Decoded Output download

<?php

/**
 * Read an overview of the information in the headers of the given message
 *
 * @phpstub
 *
 * @param resource $imap_stream
 * @param string $sequence
 * @param int $options
 *
 * @return array Returns an array of objects describing one message header each.
 *               The object will only define a property if it exists. The possible
 *               properties are:
 */
function imap_fetch_overview($imap_stream, $sequence, $options = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Read an overview of the information in the headers of the given message
 *
 * @phpstub
 *
 * @param resource $imap_stream
 * @param string $sequence
 * @param int $options
 *
 * @return array Returns an array of objects describing one message header each.
 *               The object will only define a property if it exists. The possible
 *               properties are:
 */
function imap_fetch_overview($imap_stream, $sequence, $options = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 1a2c4e5d7f0185ef38bf1bb301cfdad4
Eval Count 0
Decode Time 78 ms