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

jcs:execute() Function

The jcs:execute() function executes an RPC within the context of a specified connection handle. Any number of RPCs can be executed within the context of a specified connection handle until that connection handle is closed with the jcs:close() function.

The function syntax is as follows:

var $results = jcs:execute($connection, $rpc);

Where:


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