wcphp/wc-tools

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

PHP常用工具类

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/wcphp/wc-tools

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

This package is auto-updated.

Last update: 2025-10-15 21:41:52 UTC


README

PHP常用工具类

StringLetter::first($str)

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

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

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