NameCaseLib/Tests/debug.php

10 lines
228 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;
2011-07-06 14:25:28 +03:00
print_r($ob->q("Афонін Микола Сергійович"));
//echo $ob->getSecondNameRule();
2011-05-01 20:50:50 +03:00
?>