mirror of
https://github.com/retailcrm/NameCaseLib.git
synced 2025-02-06 00:59:23 +03:00
10 lines
228 B
PHP
10 lines
228 B
PHP
<?php
|
|
|
|
header('Content-type: text/html; charset=utf-8');
|
|
require '../Library/NCL.NameCase.ua.php';
|
|
$ob = new NCLNameCaseUa;
|
|
|
|
print_r($ob->q("Афонін Микола Сергійович"));
|
|
//echo $ob->getSecondNameRule();
|
|
?>
|