PHP常用工具类
github.com/wcphp/wc-tools
源代码
问题
安装: 11
依赖项: 0
建议者: 0
安全性: 0
星星: 0
关注者: 2
分支: 0
公开问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
Unknown License 0d971f76387e2990b7d4e1c216c433b8c456d46b
This package is auto-updated.
Last update: 2024-09-15 19:17:40 UTC
获取字符串的首字符,字母(大小写)直接返回,中文返回拼音的首字母,其他符号返回空
StringLetter::first('我');//小写 w StringLetter::first('我',true);//大写 W