PHP_SocketIO_Client
PHP_SocketIO_Client copied to clipboard
PHP client for socket.io (websocket client)
hello guys.. i working at this library and i see that i can connect and disconnect to the nodejs socketio Server with this code but i have one problem, the...
I'm hoping to use this on something I'm working on as a simple way to pass notifications to clients. The issue I'm running into is that sometimes this works and...
Hello Friends, Your code just send data to server socket? How can I receive data from socket server? Pls help me. Thanks.
fread will just hang there forever until killed. fread is working in my local Windows environment. However, I have to remove freads to avoid blocking in my Unix product server....
Hi, how can I use this to send a message to a private socket id?
Lot of thanks for the php http socket server client . But when i use https socket server the php client is not emiting message. What change need to be...
Need to send more than one request and connect / disconnect once.
JSON-Data?
Hi, how i can change this great Class to send json-data? $data = json_encode ( array ( 'var' => 'content' ) ) fwrite($fd, $this->hybi10Encode('42["' . $action . '", "' ....
This method does not exist. ```php $this->close(1004); ``` Full Code: ```php
Question
Hello, I am trying to use your library in my cakephp application. I can successfully connect and disconnect to the node js server but I cannot send the message. I...