PHP获取qq在线状态|QQ是否在线离线
function get_img_str($qq){
';
}
get_img_str('2361909732');
$qqStr = '1628312247:2361909732:863758705:2903785012:469382018';
$qqArr = explode ( ':', $qqStr );
$qqArr = array_unique ( $qqArr );
sort ( $qqArr );
$qqStr = implode ( ':', $qqArr );
$url = 'http://webpresence.qq.com/getonline?Type=1&' . $qqStr . ':';
$html = file_get_contents ( $url );
$Arr = explode ( ']=', $html );
$count = count ( $Arr );
for($i = 1; $i < $count; $i ++) {
}
print_r ( $result );
$qq = '1628312247';
$header = get_headers('http://wpa.qq.com/pa?p=2:'.$qq.':45', 1);
if($header['Location'] == 'http://pub.idqqimg.com/qconn/wpa/button/button_51.gif'){
}elseif($header['Location'] == 'http://pub.idqqimg.com/qconn/wpa/button/button_50.gif'){
}else{
}