PHP Classes

File: phpwebsocket/websocket.demo.php

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP WebSockets   phpwebsocket/websocket.demo.php   Download  
File: phpwebsocket/websocket.demo.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP WebSockets
Implement a chatbot using WebSockets
Author: By
Last change:
Date: 1 month ago
Size: 206 bytes
 

Contents

Class file image Download
#!/php -q
<?php
// Run from command prompt > php -q websocket.demo.php

// Basic WebSocket demo echoes msg back to client
include "websocket.class.php";
$master = new WebSocket("localhost",12345);