Veran, estoy realizando un proceso por el cual un JSON me devuelve lo siguiente:
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")); ?>
En pepe se queda dicho array, pero nose como poder interpretarlo a partir de ahi. Me podeis hechar una mano? gracias