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 /** * Move specified messages to a mailbox * * @phpstub * * @param resource $i..

Decoded Output download

<?php

/**
 * Move specified messages to a mailbox
 *
 * @phpstub
 *
 * @param resource $imap_stream
 * @param string $msglist
 * @param string $mailbox
 * @param int $options
 *
 * @return bool 
 */
function imap_mail_move($imap_stream, $msglist, $mailbox, $options = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Move specified messages to a mailbox
 *
 * @phpstub
 *
 * @param resource $imap_stream
 * @param string $msglist
 * @param string $mailbox
 * @param int $options
 *
 * @return bool 
 */
function imap_mail_move($imap_stream, $msglist, $mailbox, $options = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 f46ad565e087c1acfeba880a2c0a74f9
Eval Count 0
Decode Time 85 ms