The port is already in the listening status. Why does fsockopen fail? how can this problem be solved?

Source: Internet
Author: User
The port is already in the listening status. Why does fsockopen still fail to be viewed using the netstat-a command? TCP0.0.0.0: 2012www: 0LISTENING is accessed using PHPsocket. the code is as follows: PHPcode $ fp = the fsock port is already in the listening status. Why does fsockopen fail?
Run the netstat-a command to check whether TCP 0.0.0.0: 2012 www: 0 LISTENING is displayed.
However, the code for accessing through PHP socket is as follows:
PHP code
  $ Fp = fsockopen ('192. 202. xxx. xxx', 117, $ errno, $ errstr, 10); echo $ fp;

Why is the message "unable to connect to 202.117.xxx.xxx: 2012" prompted. ?

------ Solution --------------------
Isn't it rejected by the other party?

Ping 202.117.xxx.xxx: 2012
Or
Telnet 202.117.xxx.xxx: 2012

Look
------ Solution --------------------
How can I connect to localhost?
------ Solution --------------------
PHP code
$ Socket = socket_create (AF_INET, SOCK_STREAM, SOL_TCP); $ connection = socket_connect ($ socket, '2017. 192. xxx. xxx', 168 );

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.