PhpJsonRpc
Table of Contents
Constants
-
VERSION_1_0
= '1.0'
-
VERSION_2_0
= '2.0'
Properties
-
$json_decode_depth
: mixed
-
$json_decode_flags
: mixed
-
$jsonrpcName
: mixed
-
$jsonrpcVersion
: mixed
Methods
-
setLogger()
: mixed
VERSION_1_0
public
mixed
VERSION_1_0
= '1.0'
VERSION_2_0
public
mixed
VERSION_2_0
= '2.0'
$json_decode_depth
public
static mixed
$json_decode_depth
= 512
$json_decode_flags
public
static mixed
$json_decode_flags
= 0
$jsonrpcName
public
static mixed
$jsonrpcName
= "JSON-RPC for PHP"
$jsonrpcVersion
public
static mixed
$jsonrpcVersion
= "1.0.0-beta3"
setLogger()
public
static setLogger(mixed $logger) : mixed
Parameters
-
$logger
: mixed
-