PHP socket link problems

Source: Internet
Author: User
PHP socket connection: C # code $ socket = socket_create (AF_INET, SOCK_STREAM, SOL_TCP); $ connection = socket_connect ($ socket, $ IP, 2012 ); it is clear that the link to the PHP socket on port 2012 on my local machine is incorrect.
The PHP code is as follows:
C # code
  $ Socket = socket_create (AF_INET, SOCK_STREAM, SOL_TCP); $ connection = socket_connect ($ socket, $ IP, 2012 );

It is clear that Port 2012 on my local machine is already in the listening status. Why can't PHP on another machine be connected to Port 2012 on my local machine and be connected from PHP on the local machine? How to set it?

------ Solution --------------------
The network environment of the client is very complex, and your IP address cannot be accessed by the server, unless there is a forward in that vro.

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.