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 /** * Returns the list of mailboxes that matches the given text * * @phpstub * ..
Decoded Output download
<?php
/**
* Returns the list of mailboxes that matches the given text
*
* @phpstub
*
* @param resource $imap_stream
* @param string $ref
* @param string $pattern
* @param string $content
*
* @return array Returns an array containing the names of the mailboxes that have
* in the text of the mailbox.
*/
function imap_listscan($imap_stream, $ref, $pattern, $content)
{
}
/**
* Returns the list of mailboxes that matches the given text
*
* @phpstub-alias-of imap_listscan
* @phpstub
*
* @param resource $imap_stream
* @param string $ref
* @param string $pattern
* @param string $content
*
* @return array Returns an array containing the names of the mailboxes that have
* in the text of the mailbox.
*/
function imap_scanmailbox($imap_stream, $ref, $pattern, $content)
{
}
/**
* Returns the list of mailboxes that matches the given text
*
* @phpstub-alias-of imap_listscan
* @phpstub
*
* @param resource $imap_stream
* @param string $ref
* @param string $pattern
* @param string $content
*
* @return array Returns an array containing the names of the mailboxes that have
* in the text of the mailbox.
*/
function imap_scan($imap_stream, $ref, $pattern, $content)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the list of mailboxes that matches the given text
*
* @phpstub
*
* @param resource $imap_stream
* @param string $ref
* @param string $pattern
* @param string $content
*
* @return array Returns an array containing the names of the mailboxes that have
* in the text of the mailbox.
*/
function imap_listscan($imap_stream, $ref, $pattern, $content)
{
}
/**
* Returns the list of mailboxes that matches the given text
*
* @phpstub-alias-of imap_listscan
* @phpstub
*
* @param resource $imap_stream
* @param string $ref
* @param string $pattern
* @param string $content
*
* @return array Returns an array containing the names of the mailboxes that have
* in the text of the mailbox.
*/
function imap_scanmailbox($imap_stream, $ref, $pattern, $content)
{
}
/**
* Returns the list of mailboxes that matches the given text
*
* @phpstub-alias-of imap_listscan
* @phpstub
*
* @param resource $imap_stream
* @param string $ref
* @param string $pattern
* @param string $content
*
* @return array Returns an array containing the names of the mailboxes that have
* in the text of the mailbox.
*/
function imap_scan($imap_stream, $ref, $pattern, $content)
{
}
Function Calls
None |
Stats
MD5 | 7bcb53311eb06a94f28f7c89f00baafe |
Eval Count | 0 |
Decode Time | 92 ms |