array(3) {
["result"]=>
string(7) "success"
["source"]=>
string(14) "getPlayerLimit"
["success"]=>
int(20)
}
Con el sigueinte codigo:
Código PHP:
<?php
require('jsonapi.php'); // get this file at: https://github.com/alecgorge/jsonapi/raw/master/sdk/php/JSONAPI.php
$api = new JSONAPI("localhost", 20059, "******", "******", "******");
$pepe = new var_dump($api->call("getPlayerLimit")); ?>