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 /** * Detect HTTP input character encoding * * @phpstub * * @param string $typ..
Decoded Output download
<?php
/**
* Detect HTTP input character encoding
*
* @phpstub
*
* @param string $type
*
* @return mixed The character encoding name, as per the .
* If does not process specified
* HTTP input, it returns false.
*/
function mb_http_input($type = '')
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Detect HTTP input character encoding
*
* @phpstub
*
* @param string $type
*
* @return mixed The character encoding name, as per the .
* If does not process specified
* HTTP input, it returns false.
*/
function mb_http_input($type = '')
{
}
Function Calls
None |
Stats
MD5 | c86bc5befcfa93f9ceb3e5477fa2dc67 |
Eval Count | 0 |
Decode Time | 98 ms |