Implement PHP function sharing to get HTTP content

Source: Internet
Author: User

  This article mainly introduces the PHP function to get HTTP content, now share to everyone, need friends can look at the

  Code as follows: <?php function Http_open ($url, $data, $cookie = null, $method = "get", $timeout = m) {  $options = a Rray ();   $options [' http '] [' method '] = $method;   $options [' http '] [' user_agent '] = $_server[' http_user_agent '];   $options [' http '] [' timeout '] = $timeout;  if ($method = = "POST"):    $length = strlen ($data);   $options [' http '] [' header '] = ' content-type:application/x-www-form-urlencodedrn '.   "Content-length: {$length}rn".   "p3p:cp=" cura ADMa DEVa Psao psdo our bus UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR "RN".   "Cookie: {$cookie}rn".   "Connection:closern";   $options [' http '] [' content '] = $data;  else:   $options [' http '] [' header '] = ' content-type:application/x-www-form-urlencodedrn '.   "p3p:cp=" cura ADMa DEVa Psao psdo our bus UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR "RN".   "Cookie: {$cookie}rn".   "Connection:closern";  endif;     $context = Stream_coNtext_create ($options);  return file_get_contents ($url, 0, $context); Echo Http_open ("http://localhost/1.php", "Username=haowei", "id=5", "POST");    

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.