[Contents] [Prev] [Next] [Index] [Report an Error]

jcs:open() Function

The jcs:open() function returns a connection handle that can be used to execute multiple RPCs using the jcs:execute() function and close the connection using the jcs:close() function.

The syntax is as follows:

var $connection = jcs:open([$server])

Where:


[Contents] [Prev] [Next] [Index] [Report an Error]