NameCaseLib/Tests/debug.php
Andriy Chaika 0a8dda9fa4 Ukranian
2011-06-28 11:51:03 +03:00

9 lines
227 B
PHP

<?php
header('Content-type: text/html; charset=utf-8');
require '../Library/NCL.NameCase.ua.php';
$ob = new NCLNameCaseUa;
print_r($ob->qSecondName('Лозина-Лозинська',null,2));
echo $ob->getSecondNameRule();
?>