|
@@ -10,7 +10,7 @@ Jordan Levy
|
|
|
|
|
|
<[email protected]>
|
|
|
|
|
|
- Copyright © 2011 Flowroute LLC (flowroute.com)
|
|
|
+ Copyright © 2011 Flowroute LLC (flowroute.com)
|
|
|
__________________________________________________________________
|
|
|
|
|
|
Table of Contents
|
|
@@ -111,7 +111,7 @@ modparam("jsonrpc", "servers", "localhost:9999,2 10.10.0.1:9999,2 backup.server:
|
|
|
4.2. jsonrpc_request(method, parameters, return_route, error_route,
|
|
|
result_var)
|
|
|
|
|
|
-4.1. jsonrpc_notification(method, parameters)
|
|
|
+4.1. jsonrpc_notification(method, parameters)
|
|
|
|
|
|
Invokes the remote 'method' with the given 'parameters' as a
|
|
|
notification. Unlike jsonrpc_request (below), notifications do not
|
|
@@ -126,7 +126,7 @@ modparam("jsonrpc", "servers", "localhost:9999,2 10.10.0.1:9999,2 backup.server:
|
|
|
jsonrpc_notification("update_user", "{'id': 1234, 'name': 'Petros'}")
|
|
|
...
|
|
|
|
|
|
-4.2. jsonrpc_request(method, parameters, return_route, error_route,
|
|
|
+4.2. jsonrpc_request(method, parameters, return_route, error_route,
|
|
|
result_var)
|
|
|
|
|
|
Invokes the remote 'method' with the given 'parameters'. When the
|