$bitcoin = new Bitcoin('username','password','localhost','8332','https');$bitcoin->setSSL();$bitcoin->getinfo();
var_dump($bitcoin->error);