What is http in PHP

In this article I am going to explain about http functions in PHP.
  • 1214

PHP HTTP Functions

The PHP HTTP function is used to sent your manipulate information to the browser by the web server, before any other output has been sent,
and HTTP function are part of the PHP core.

There are different type of functions in HTTP:

Function Description
header It sends a raw HTTP header to a client.
headers_list It returns a list of response header sent.
headed_sent It checks if or where headers have been sent.
setcookie It sends http cookie to client.
setrawcookie It sends a cookie without URL encoding the cookie value.


You may also want to read these related articles :
here

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.