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 /** * Issue HTTP redirect * * @phpstub * * @param string $url * @param array ..

Decoded Output download

<?php

/**
 * Issue HTTP redirect
 *
 * @phpstub
 *
 * @param string $url
 * @param array $params
 * @param bool $session
 * @param int $status
 *
 * @return bool with the specified redirection status code.
 */
function http_redirect($url = NULL, $params = array(), $session = false, $status = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Issue HTTP redirect
 *
 * @phpstub
 *
 * @param string $url
 * @param array $params
 * @param bool $session
 * @param int $status
 *
 * @return bool with the specified redirection status code.
 */
function http_redirect($url = NULL, $params = array(), $session = false, $status = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 8d2e5df4dee50cedef17a866ea9cd3bc
Eval Count 0
Decode Time 97 ms