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 all of the IMAP errors that have occured * * @phpstub * * @retur..
Decoded Output download
<?php
/**
* Returns all of the IMAP errors that have occured
*
* @phpstub
*
* @return array This function returns an array of all of the IMAP error messages
* generated since the last call,
* or the beginning of the page. Returns false if no error messages are
* available.
*/
function imap_errors()
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns all of the IMAP errors that have occured
*
* @phpstub
*
* @return array This function returns an array of all of the IMAP error messages
* generated since the last call,
* or the beginning of the page. Returns false if no error messages are
* available.
*/
function imap_errors()
{
}
Function Calls
None |
Stats
MD5 | d2b6622442d3927cca45eef8dfd3c5bf |
Eval Count | 0 |
Decode Time | 74 ms |