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 /** * Send mail * * @phpstub * * @param string $to * @param string $subject ..

Decoded Output download

<?php

/**
 * Send mail
 *
 * @phpstub
 *
 * @param string $to
 * @param string $subject
 * @param string $message
 * @param string $additional_headers
 * @param string $additional_parameters
 *
 * @return bool Returns true if the mail was successfully accepted for delivery, false otherwise.
 */
function mail($to, $subject, $message, $additional_headers = NULL, $additional_parameters = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Send mail
 *
 * @phpstub
 *
 * @param string $to
 * @param string $subject
 * @param string $message
 * @param string $additional_headers
 * @param string $additional_parameters
 *
 * @return bool Returns true if the mail was successfully accepted for delivery, false otherwise.
 */
function mail($to, $subject, $message, $additional_headers = NULL, $additional_parameters = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 b077949cd663306124bf9f7900f4236a
Eval Count 0
Decode Time 69 ms