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 /** * Match any header * * @phpstub * * @param string $header * @param string..

Decoded Output download

<?php

/**
 * Match any header
 *
 * @phpstub
 *
 * @param string $header
 * @param string $value
 * @param bool $match_case
 *
 * @return bool Returns true if header value matches, else false.
 */
function http_match_request_header($header, $value, $match_case = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Match any header
 *
 * @phpstub
 *
 * @param string $header
 * @param string $value
 * @param bool $match_case
 *
 * @return bool Returns true if header value matches, else false.
 */
function http_match_request_header($header, $value, $match_case = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 dfaeb753f5143f1f9f34bb1ddd438743
Eval Count 0
Decode Time 77 ms