webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions | Variables
redirected-post-request-contents.php File Reference

Functions

 checkHeader ($header)
 

Variables

if($_GET["content"]=="true") else
 
 $content_type = checkHeader("CONTENT_TYPE")
 
 $content_length = checkHeader("CONTENT_LENGTH")
 
 if (! $content_type &&! $content_length)
 

Function Documentation

◆ checkHeader()

checkHeader (   $header)

Variable Documentation

◆ $content_length

$content_length = checkHeader("CONTENT_LENGTH")

◆ $content_type

$content_type = checkHeader("CONTENT_TYPE")

◆ else

if (sizeof( $_POST) > 0||sizeof( $_FILES) > 0) else
Initial value:
{
echo "headers CONTENT_TYPE and CONTENT_LENGTH should not be present.<br>"

◆ if

if(! $content_type &&! $content_length)