-
Which variable defines the data type of the content?
-
- http_user_agent
- http_cookie
- content_length
- content_type
- None of these
Correct Option: D
The data type of the content is defined by content_type variable, used when the client is sending attached content to the server, like file upload etc, the length of the query information is defined by content_length, it’s available only for POST requests.