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 /** * This function returns an array of messages matching the given search criteri..

Decoded Output download

<?php

/**
 * This function returns an array of messages matching the given search criteria
 *
 * @phpstub
 *
 * @param resource $imap_stream
 * @param string $criteria
 * @param int $options
 * @param string $charset
 *
 * @return array Returns an array of message numbers or UIDs.
 */
function imap_search($imap_stream, $criteria, $options = false, $charset = 'NIL')
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * This function returns an array of messages matching the given search criteria
 *
 * @phpstub
 *
 * @param resource $imap_stream
 * @param string $criteria
 * @param int $options
 * @param string $charset
 *
 * @return array Returns an array of message numbers or UIDs.
 */
function imap_search($imap_stream, $criteria, $options = false, $charset = 'NIL')
{
}

Function Calls

None

Variables

None

Stats

MD5 8570d74d3147334c2a208b6f25ea4f0d
Eval Count 0
Decode Time 82 ms