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 user to the specified virtual domain * * @phpstub * * @param s..

Decoded Output download

<?php

/**
 * Add a new user to the specified virtual domain
 *
 * @phpstub
 *
 * @param string $user
 * @param string $domain
 * @param string $password
 * @param string $gecos
 * @param bool $apop
 *
 * @return bool
 */
function vpopmail_add_user($user, $domain, $password, $gecos = NULL, $apop = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Add a new user to the specified virtual domain
 *
 * @phpstub
 *
 * @param string $user
 * @param string $domain
 * @param string $password
 * @param string $gecos
 * @param bool $apop
 *
 * @return bool
 */
function vpopmail_add_user($user, $domain, $password, $gecos = NULL, $apop = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 c8a91b0df32756e730d75b9165023cd3
Eval Count 0
Decode Time 80 ms