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 /** * Delete a user from a virtual domain * * @phpstub * * @param string $user..

Decoded Output download

<?php

/**
 * Delete a user from a virtual domain
 *
 * @phpstub
 *
 * @param string $user
 * @param string $domain
 *
 * @return bool
 */
function vpopmail_del_user($user, $domain)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Delete a user from a virtual domain
 *
 * @phpstub
 *
 * @param string $user
 * @param string $domain
 *
 * @return bool
 */
function vpopmail_del_user($user, $domain)
{
}

Function Calls

None

Variables

None

Stats

MD5 a862cbe56aebacadcc76ab2f796a49e1
Eval Count 0
Decode Time 96 ms