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-Type * * @phpstub * * @param string $content_type * * @re..

Decoded Output download

<?php

/**
 * Send Content-Type
 *
 * @phpstub
 *
 * @param string $content_type
 *
 * @return bool 
 */
function http_send_content_type($content_type = 'application/x-octetstream')
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Send Content-Type
 *
 * @phpstub
 *
 * @param string $content_type
 *
 * @return bool 
 */
function http_send_content_type($content_type = 'application/x-octetstream')
{
}

Function Calls

None

Variables

None

Stats

MD5 3b48dc1fe09fecdaa6225d9da4fb8475
Eval Count 0
Decode Time 80 ms