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 /** * Reopen stream to new mailbox * * @phpstub * * @param resource $imap_str..
Decoded Output download
<?php
/**
* Reopen stream to new mailbox
*
* @phpstub
*
* @param resource $imap_stream
* @param string $mailbox
* @param int $options
* @param int $n_retries
*
* @return bool Returns true if the stream is reopened, false otherwise.
*/
function imap_reopen($imap_stream, $mailbox, $options = false, $n_retries = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Reopen stream to new mailbox
*
* @phpstub
*
* @param resource $imap_stream
* @param string $mailbox
* @param int $options
* @param int $n_retries
*
* @return bool Returns true if the stream is reopened, false otherwise.
*/
function imap_reopen($imap_stream, $mailbox, $options = false, $n_retries = false)
{
}
Function Calls
None |
Stats
MD5 | e34231ec2eb903d74ade17db0b816258 |
Eval Count | 0 |
Decode Time | 107 ms |