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 /** * Send Content-Disposition * * @phpstub * * @param string $filename * @pa..
Decoded Output download
<?php
/**
* Send Content-Disposition
*
* @phpstub
*
* @param string $filename
* @param bool $inline
*
* @return bool
*/
function http_send_content_disposition($filename, $inline = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Send Content-Disposition
*
* @phpstub
*
* @param string $filename
* @param bool $inline
*
* @return bool
*/
function http_send_content_disposition($filename, $inline = false)
{
}
Function Calls
None |
Stats
MD5 | 945c5d69510102bbbcfd393fc6ec6f54 |
Eval Count | 0 |
Decode Time | 129 ms |