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 /** * Returns a properly formatted email address given the mailbox, host, and pers..

Decoded Output download

<?php

/**
 * Returns a properly formatted email address given the mailbox, host, and personal info
 *
 * @phpstub
 *
 * @param string $mailbox
 * @param string $host
 * @param string $personal
 *
 * @return string Returns a string properly formatted email address as defined in .
 */
function imap_rfc822_write_address($mailbox, $host, $personal)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns a properly formatted email address given the mailbox, host, and personal info
 *
 * @phpstub
 *
 * @param string $mailbox
 * @param string $host
 * @param string $personal
 *
 * @return string Returns a string properly formatted email address as defined in .
 */
function imap_rfc822_write_address($mailbox, $host, $personal)
{
}

Function Calls

None

Variables

None

Stats

MD5 b091c91888ea07213bc5a39c975b8247
Eval Count 0
Decode Time 74 ms