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 virtual user's quota * * @phpstub * * @param string $user * @par..

Decoded Output download

<?php

/**
 * Sets a virtual user's quota
 *
 * @phpstub
 *
 * @param string $user
 * @param string $domain
 * @param string $quota
 *
 * @return bool
 */
function vpopmail_set_user_quota($user, $domain, $quota)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sets a virtual user's quota
 *
 * @phpstub
 *
 * @param string $user
 * @param string $domain
 * @param string $quota
 *
 * @return bool
 */
function vpopmail_set_user_quota($user, $domain, $quota)
{
}

Function Calls

None

Variables

None

Stats

MD5 d31b5bbafa3ca2b09f112ed6c318173d
Eval Count 0
Decode Time 88 ms