Login   Register  
PHP Classes
elePHPant
Icontem

File: demo1.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Nemanja Avramovic  >  Translit-SR  >  demo1.php  >  Download  
File: demo1.php
Role: Example script
Content type: text/plain
Description: Basic usage example
Class: Translit-SR
Transliterate Serbian Cyrillic to Latin characters
Author: By
Last change: removed BOM signature because file is utf-8 encoded
Date: 2007-05-10 08:24
Size: 142 bytes
 

Contents

Class file image Download
<?php

include "Translit.class.php";

$translit = new Translit();
echo 
$translit->Transliterate('Филип Аврамовић');

?>