mirror of
https://github.com/retailcrm/NameCaseLib.git
synced 2025-02-06 09:09:23 +03:00
9 lines
212 B
PHP
9 lines
212 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();
|
|
?>
|