PHP single-threaded and multi-threaded calls
Dec 05, 2016 pm 01:26 PM?//curl_multi_init()
?session_start();
?$url = 'http://localhost.huawei.com:8060/ecommunity/index.php?app=admin&mod=DataMove&act=moveData_share';
?$ch = curl_init();
?curl_setopt ($ch, CURLOPT_URL, $url);
?curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)');
?curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
?curl_setopt($ch, CURLOPT_TIMEOUT,43200);
?$dxycontent = curl_exec($ch);
?curl_close($ch);
?echo $dxycontent;
?>
?
$url){ ??$conn[$key] = curl_init(); ??curl_setopt ($conn[$key], CURLOPT_URL, $url); ??curl_setopt($conn[$key], CURLOPT_USERAGENT, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)'); ??curl_setopt ($conn[$key], CURLOPT_RETURNTRANSFER, 1); ??curl_setopt($conn[$key], CURLOPT_TIMEOUT,43200); ??curl_multi_add_handle($mh,$conn[$key]); ?} ? ?$running=null; ?// 執(zhí)行批處理句柄 ?do { ??//usleep(10000); ??curl_multi_exec($mh,$running); ?} while ($running > 0 ); ? ?$results = Array(); ?foreach($conn as $ckey => $cvalue){ ?? ??curl_close ($conn[$ckey]); //關(guān)閉語(yǔ)柄 ??$results[$ckey] = curl_multi_getcontent($conn[$ckey]); ??curl_multi_remove_handle ( $mh, $conn[$ckey] ); //釋放資源
?} ?curl_multi_close($mh); ?print_r( $results); ?>
?
bat調(diào)用
@echo off
?echo "begin..................................."
?d: xampphtdocstrial
?php moveUser_1.php
?pause

Hot AI Tools

Undress AI Tool
Undress images for free

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)
