Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Adam Bogdal  >  waluty  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Demonstration class Waluty
Class: waluty
Spell numeric values in Polish
Author: By
Last change:
Date: 2006-08-14 12:27
Size: 294 bytes
 

Contents

Class file image Download
<?
/*****************************************************************
    Example file
    This example shows how to use the Waluty class
*****************************************************************/


require_once("class.waluty.php");
$licz = new Waluty();

echo  
$licz->value("5285.18");


?>