wecenter-turn on the curl extension and let the server support the PHP Curl function (remote capture), Wecentercurl
Curl (), file_get_contents (), snoopy.class.php these three remote page fetch or capture tools,
The snoopy.class.php is still invaded by the use of the same, because he is more efficient and does not require server-specific configuration support, in the ordinary virtual host can be used;
File_get_contents () is less efficient, often fails, curl () is highly efficient, supports multi-threading, but needs to turn on the curl extension.
Here are the steps the Curl extension opens:
1, the PHP folder under the three files Php_curl.dll,libeay32.dll,ssleay32.dll copied to System32;
2, the php.ini (c:windows directory) in the; Extension=php_curl.dll in the semicolon removed;
3. Restart Apache or IIS.
http://www.bkjia.com/PHPjc/1048760.html www.bkjia.com true http://www.bkjia.com/PHPjc/1048760.html techarticle wecenter-turn on the curl extension and let the server support the PHP Curl function (remote capture), Wecentercurl curl (), file_get_contents (), snoopy.class.php These three remote page crawl or capture used to ...