adplus-dvertising
frame-decoration

Question

Which PHP function offers to send raw arbitrary HTTP headers?

a.

setcookie ( )

b.

set_header ( )

c.

header ( )

d.

All of them

Answer: (b).set_header ( )

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which PHP function offers to send raw arbitrary HTTP headers?

Similar Questions

Discover Related MCQs

Q. PHP is not configured to transparently pass session IDs in the

Q. $_SESSION array is one of superglobal variables introduced in

Q. When value of sessionauto_start ( ) function is zero it means that

Q. Session_unset ( ) takes

Q. HTTP protocols by which browsers talk to a web server is

Q. Meaning of superglobal arrays is it can be

Q. Secure ( ) argument in setcookie function returns result

Q. In PHP4.1 and later versions, cookies name/value pair are added to the

Q. Php.ini file can be viewable by calling

Q. Which two predefined variables are used to retrieve information from forms?

Q. The attack which involves the insertion of malicious code into a page frequented by other users is known as..

Q. When you use the $_GET variable to collect data, the data is visible to..

Q. When you use the $_POST variable to collect data, the data is visible to..

Q. Which variable is used to collect form data sent with both the GET and POST methods?

Q. Which one of the following should not be used while sending passwords or other sensitive information?

Q. Which function is used to remove all HTML tags from a string passed to a form?

Q. To validate an email address, which flag is to be passed to the function filter_var()?

Q. How many validation filters like FILTER_VALIDATE_EMAIL are currently available?

Q. How many predefined variables does PHP use to authenticate a user?

Q. Which of the following variables does PHP use to authenticate a user?

i) $_SERVER[‘PHP_AUTH_USER’].
ii) $_SERVER[‘PHP_AUTH_USERS’].
iii) $_SERVER[‘PHP_AUTH_PU’].
iv) $_SERVER[‘PHP_AUTH_PW’].