PHP Classes

File: demo1.php

Recommend this page to a friend!
  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: 17 years ago
Size: 142 bytes
 

Contents

Class file image Download
<?php

include "Translit.class.php";

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

?>