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 /** * Close an IMAP stream * * @phpstub * * @param resource $imap_stream * @p..
Decoded Output download
<?php
/**
* Close an IMAP stream
*
* @phpstub
*
* @param resource $imap_stream
* @param int $flag
*
* @return bool
*/
function imap_close($imap_stream, $flag = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Close an IMAP stream
*
* @phpstub
*
* @param resource $imap_stream
* @param int $flag
*
* @return bool
*/
function imap_close($imap_stream, $flag = false)
{
}
Function Calls
None |
Stats
MD5 | aa5749521f4d643a8c228f482c543424 |
Eval Count | 0 |
Decode Time | 85 ms |