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 /** * Sets flags on messages * * @phpstub * * @param resource $imap_stream * ..

Decoded Output download

<?php

/**
 * Sets flags on messages
 *
 * @phpstub
 *
 * @param resource $imap_stream
 * @param string $sequence
 * @param string $flag
 * @param int $options
 *
 * @return bool 
 */
function imap_setflag_full($imap_stream, $sequence, $flag, $options = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sets flags on messages
 *
 * @phpstub
 *
 * @param resource $imap_stream
 * @param string $sequence
 * @param string $flag
 * @param int $options
 *
 * @return bool 
 */
function imap_setflag_full($imap_stream, $sequence, $flag, $options = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 f5077e3e42daa20cb9477e990e160bd3
Eval Count 0
Decode Time 85 ms