NameCaseLib/Tests/debug.php

9 lines
212 B
PHP
Raw Normal View History

2011-05-01 20:50:50 +03:00
<?php
header('Content-type: text/html; charset=utf-8');
2011-06-28 11:51:03 +03:00
require '../Library/NCL.NameCase.ua.php';
$ob = new NCLNameCaseUa;
print_r($ob->qSecondName('Донськая',null,2));
2011-06-28 11:51:03 +03:00
echo $ob->getSecondNameRule();
2011-05-01 20:50:50 +03:00
?>