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 /** * Gets the number of recent messages in current mailbox * * @phpstub * * @..
Decoded Output download
<?php
/**
* Gets the number of recent messages in current mailbox
*
* @phpstub
*
* @param resource $imap_stream
*
* @return int Returns the number of recent messages in the current mailbox, as an
* integer.
*/
function imap_num_recent($imap_stream)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Gets the number of recent messages in current mailbox
*
* @phpstub
*
* @param resource $imap_stream
*
* @return int Returns the number of recent messages in the current mailbox, as an
* integer.
*/
function imap_num_recent($imap_stream)
{
}
Function Calls
None |
Stats
MD5 | c041c17e76597de755510e2528cdacb4 |
Eval Count | 0 |
Decode Time | 95 ms |