describe arguments in header in php?



describe arguments in header in php?..

Answer / seem, delhi

header() function has three arguments

1)string:Required. Specifies the header string to send
2)replace: Optional. Indicates whether the header should
replace previous or add a second header. Default is TRUE
(will replace). FALSE (allows multiple headers of the same type)
3)http_response_code:Optional. Forces the HTTP response code
to the specified value

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More PHP Interview Questions

How can we destroy the cookie in php?

0 Answers  


Write a select query that will be displayed the duplicated site name and how many times it is duplicated?

0 Answers  


How to remove html tags from data in php?

0 Answers  


What is the use of stripslashes in php?

0 Answers  


How to track no of user logged in?

0 Answers  


What is data type in php?

0 Answers  


Is php a float?

0 Answers  


Does php support multithreading?

0 Answers  


Does php support multiple inheritance?

0 Answers  


What is parent __construct ();?

0 Answers  


Where is session value stored php?

0 Answers  


What type of errors can be occurred in php?

0 Answers  


Categories