PHP Classes

File: freeconetapi.example.php

Recommend this page to a friend!
  Classes of Pawel Banasiak   FreecoNet API   freeconetapi.example.php   Download  
File: freeconetapi.example.php
Role: Example script
Content type: text/plain
Description: Example
Class: FreecoNet API
Manage accounts and make calls using FreecoNet
Author: By
Last change:
Date: 15 years ago
Size: 139 bytes
 

Contents

Class file image Download
<pre><?php
include('freeconetapi.class.php');
$x = new freeconetAPI('apidemo', 'apidemo');
var_dump($x->getGroupFinAccountInfo());
?></pre>