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 /** * Decodes multiple header fields at once * * @phpstub * * @param string $..
Decoded Output download
<?php
/**
* Decodes multiple header fields at once
*
* @phpstub
*
* @param string $encoded_headers
* @param int $mode
* @param string $charset
*
* @return array Returns an associative array that holds a whole set of
* header fields specified by
* on success, or false
* if an error occurs during the decoding.
*/
function iconv_mime_decode_headers($encoded_headers, $mode = false, $charset = 'ini_get("iconv.internal_encoding")')
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Decodes multiple header fields at once
*
* @phpstub
*
* @param string $encoded_headers
* @param int $mode
* @param string $charset
*
* @return array Returns an associative array that holds a whole set of
* header fields specified by
* on success, or false
* if an error occurs during the decoding.
*/
function iconv_mime_decode_headers($encoded_headers, $mode = false, $charset = 'ini_get("iconv.internal_encoding")')
{
}
Function Calls
None |
Stats
MD5 | a377f3d1b6f53dd798b117e2a33c71e4 |
Eval Count | 0 |
Decode Time | 87 ms |