wcphp/wc-tools

There is no license information available for the latest version (v1.0.1) of this package.

PHP常用工具类

v1.0.1 2019-05-15 07:43 UTC

This package is auto-updated.

Last update: 2025-05-15 20:49:14 UTC


README

PHP常用工具类

StringLetter::first($str)

获取字符串首字符,字母(大小写)直接返回,中文返回拼音的首字母,其它符号返回空

StringLetter::first('');//小写 w

StringLetter::first('',true);//大写 W