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 /** * Check built-in HTTP support * * @phpstub * * @param int $feature * * @..

Decoded Output download

<?php

/**
 * Check built-in HTTP support
 *
 * @phpstub
 *
 * @param int $feature
 *
 * @return int Returns ``integer``, whether requested feature is supported,
 *             or a bitmask with all supported features if  was omitted.
 */
function http_support($feature = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Check built-in HTTP support
 *
 * @phpstub
 *
 * @param int $feature
 *
 * @return int Returns ``integer``, whether requested feature is supported,
 *             or a bitmask with all supported features if  was omitted.
 */
function http_support($feature = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 e6ce3a7109db07a8a040ad35bb30fc28
Eval Count 0
Decode Time 83 ms