Phpcurl information is incomplete. how can this problem be solved?

Source: Internet
Author: User
Phpcurl gets incomplete information. this post is Last edited by hilives from 2014-12-0311: 48: 07 and used by & nbsp; php & nbsp; curl & nbsp; to obtain page data, there are 1000 pieces of data on the page. sometimes 1000 pieces of data can be obtained, and sometimes 500 and 600 pieces of data can be obtained. sometimes the results may be incomplete and the problem is solved. This is why $ ch & nbsp; & php curl retrieval information is incomplete

This post was last edited by hilives at 11:48:07

Use php curl to obtain page data. a page contains 1000 pieces of data. sometimes, you can obtain 1000 pieces of data. sometimes, you can obtain 500 and 600 pieces of data,
Sometimes it may be incomplete. solve the problem. why?

$ch = curl_init();

curl_setopt ($ch, CURLOPT_URL, $url);

curl_setopt ($ch, CURLOPT_COOKIEJAR, "c:\cookie.txt");
curl_setopt ($ch, CURLOPT_HEADER, 1);
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt ($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_HTTPHEADER, array('Expect:'));
curl_setopt ($ch, CURLOPT_TIMEOUT, 120);
$result = curl_exec ($ch);
curl_close($ch);
echo $result;



------ Solution ----------------------
Curl_setopt ($ ch, CURLOPT_TIMEOUT, 120 );

Let's take a look at this configuration 300.

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.