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 and sort messages * * @phpstub * * @param resource $imap_stream * ..
Decoded Output download
<?php
/**
* Gets and sort messages
*
* @phpstub
*
* @param resource $imap_stream
* @param int $criteria
* @param int $reverse
* @param int $options
* @param string $search_criteria
* @param string $charset
*
* @return array Returns an array of message numbers sorted by the given
* parameters.
*/
function imap_sort($imap_stream, $criteria, $reverse, $options = false, $search_criteria = NULL, $charset = 'NIL')
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Gets and sort messages
*
* @phpstub
*
* @param resource $imap_stream
* @param int $criteria
* @param int $reverse
* @param int $options
* @param string $search_criteria
* @param string $charset
*
* @return array Returns an array of message numbers sorted by the given
* parameters.
*/
function imap_sort($imap_stream, $criteria, $reverse, $options = false, $search_criteria = NULL, $charset = 'NIL')
{
}
Function Calls
None |
Stats
MD5 | 5175cfdcbf964645c337df01282bd16a |
Eval Count | 0 |
Decode Time | 108 ms |