<?php require_once 'jsonRPCClient.php'; $client = new jsonRPCClient('http://user:pass@ip:8334/'); print_r($client->getinfo());?>