If we use php to obtain the QQ user name and online status QQ does not provide us with an api interface, if we want to obtain it, we can use QQ space or QQ Web edition chat. QQ returns different images to indicate online or offline, and the icon also changes since the image is not... if we use php to obtain the QQ user name and online status QQ does not provide us with an api interface, if we want to obtain it, we can use QQ space or QQ Web edition chat.
QQ returns different images to indicate online or offline, and the icons change accordingly.
Since the images are different, the Content-Length in the returned HTTP header must be different, and the color image must be larger than the dark one. therefore, find the middle value of a color and dark color image of a style to obtain the online QQ status by determining the length of the returned header.
The following code is used:
1000); } }}?>
The above is relatively simple. here is a better
For example, qq user nickname and online status
Address:
Reprinted at will, but please attach the article address :-)