PHP Sockets - Accept multiple connections

前端 未结 4 1407
刺人心
刺人心 2021-02-05 13:12

I\'m trying to create a simple client/server application and thus I am experimenting with sockets in PHP.

Now I have a simple client in C# which connects to the server we

4条回答
  •  萌比男神i
    2021-02-05 13:43

    Check This

    git clone https://github.com/lukaszkujawa/php-multithreaded-socket-server.git socketserver
    cd socketserver
    php server.php
    

    for more information go to: http://systemsarchitect.net/multi-threaded-socket-server-in-php-with-fork/

提交回复
热议问题