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 /** * Sets a quota for a given mailbox * * @phpstub * * @param resource $imap_..
Decoded Output download
<?php
/**
* Sets a quota for a given mailbox
*
* @phpstub
*
* @param resource $imap_stream
* @param string $quota_root
* @param int $quota_limit
*
* @return bool
*/
function imap_set_quota($imap_stream, $quota_root, $quota_limit)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Sets a quota for a given mailbox
*
* @phpstub
*
* @param resource $imap_stream
* @param string $quota_root
* @param int $quota_limit
*
* @return bool
*/
function imap_set_quota($imap_stream, $quota_root, $quota_limit)
{
}
Function Calls
None |
Stats
MD5 | aeefd9e86a0a3bee0ac872969c452e59 |
Eval Count | 0 |
Decode Time | 68 ms |