itpin/全名

此包的最新版本(v1.0.2)没有可用的许可证信息。

v1.0.2 2022-05-29 12:50 UTC

This package is auto-updated.

Last update: 2024-09-29 06:14:47 UTC


README

要求

php>=7.4

安装

composer require itpin/全名

使用

declare(strict_types=1);
require_once(__DIR__ . '/vendor/autoload.php');

use Itpin\Fullname\FullName;

$str = new FullName();
echo $str->getFullName("Ponamarev", "Ivan", "Yurievich");