PHP Classes

File: example.php

Recommend this page to a friend!
  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: 17 years ago
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");


?>