hoangngoclam / test_lib
这是Jay上传到Packagist的第一个包
v1.0.0
2022-12-30 12:46 UTC
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2024-09-29 06:09:15 UTC
README
这是一个将UTF-8字符串转换为普通字符串的库。复制代码:[链接](https://xuanthulab.net/su-dung-composer-trong-lap-trinh-php.html)
trương hoàng ngọc lâm
-> truong hoang ngoc lam
安装
composer require hoangngoclam/test_lib
使用
<?php
use Hoangngoclam\TestLib\Convert;
$text = Convert::convertLatin("Xin chào Việt Nam");
echo ($text);