PHP Classes

File: doc/index.md

Recommend this page to a friend!
  Classes of Felix Ivan Romero Rodríguez   PHP Web Socket Chat   doc/index.md   Download  
File: doc/index.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP Web Socket Chat
Chat system using Websockets or AJAX requests
Author: By
Last change:
Date: 7 years ago
Size: 560 bytes
 

Contents

Class file image Download

Simple Chanic Chat Server 1-Message Component ======================================================= Definition for all Message incoming or outgoing [code] {

event: string //[the event name][not null]
from:string//[id from sender] [not null]
email:string//[email from sender]
id: string//[id db  from sender] [not null]
connection: int//[sender connection resource]
to: string//[id from destiny]
toConnection: string//[destiny Connection resource]
message:string//[message to send]
options:Array//[extra data]

} [/code]