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 /** * Get information about the current mailbox * * @phpstub * * @param resour..
Decoded Output download
<?php
/**
* Get information about the current mailbox
*
* @phpstub
*
* @param resource $imap_stream
*
* @return object Returns the information in an object with following properties:
*/
function imap_mailboxmsginfo($imap_stream)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get information about the current mailbox
*
* @phpstub
*
* @param resource $imap_stream
*
* @return object Returns the information in an object with following properties:
*/
function imap_mailboxmsginfo($imap_stream)
{
}
Function Calls
None |
Stats
MD5 | 91e73dedf403381267f71e31af705393 |
Eval Count | 0 |
Decode Time | 76 ms |