Login   Register  
PHP Classes
elePHPant
Icontem

File: freeconetapi.example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2008-12-05 08:35
Size: 139 bytes
 

Contents

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