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 /** * Add a new virtual domain * * @phpstub * * @param string $domain * @para..

Decoded Output download

<?php

/**
 * Add a new virtual domain
 *
 * @phpstub
 *
 * @param string $domain
 * @param string $passwd
 * @param string $quota
 * @param string $bounce
 * @param bool $apop
 *
 * @return bool
 */
function vpopmail_add_domain_ex($domain, $passwd, $quota = NULL, $bounce = NULL, $apop = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Add a new virtual domain
 *
 * @phpstub
 *
 * @param string $domain
 * @param string $passwd
 * @param string $quota
 * @param string $bounce
 * @param bool $apop
 *
 * @return bool
 */
function vpopmail_add_domain_ex($domain, $passwd, $quota = NULL, $bounce = NULL, $apop = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 525a0dd495ea78ec68c9a3f639086193
Eval Count 0
Decode Time 84 ms