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 /** * Checks if or where headers have been sent * * @phpstub * * @param string..
Decoded Output download
<?php
/**
* Checks if or where headers have been sent
*
* @phpstub
*
* @param string $file
* @param int $line
*
* @return bool will return false if no HTTP headers
* have already been sent or true otherwise.
*/
function headers_sent(&$file = NULL, &$line = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Checks if or where headers have been sent
*
* @phpstub
*
* @param string $file
* @param int $line
*
* @return bool will return false if no HTTP headers
* have already been sent or true otherwise.
*/
function headers_sent(&$file = NULL, &$line = NULL)
{
}
Function Calls
None |
Stats
MD5 | 9a6e978b978cfd3393d5743ce5677cb6 |
Eval Count | 0 |
Decode Time | 105 ms |