Home  >  Article  >  Backend Development  >  How to set header in curl in PHP?

How to set header in curl in PHP?

Guanhui
GuanhuiOriginal
2020-07-22 16:30:0311910browse

How to set header in curl in PHP?

How to set header in curl in PHP?

In the PHP extension library curl, you can set the option constant "CURLOPT_HTTPHEADER" through the function "curl_setopt()" to set the header. When using it, just pass the header data into the third parameter.

Recommended tutorial: "PHP"

The above is the detailed content of How to set header in curl in PHP?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn