Functions

sendMessage

Sends a message to the client.

« More »

sendError

Sends an error message to the client.

Simple wrapper calling sendMessage with "error" as $type.
« More »

sendInfo

Sends an info message to the client.

Simple wrapper calling sendMessage with "info" as $type.
« More »