darkfriend / php5-string
此包的最新版本(1.0.4)没有提供许可信息。
PHP5 调试助手
1.0.4
2020-10-01 22:50 UTC
Requires
- php: >=5.4
README
composer require darkfriend/php5-string
StringHelper::htmlspecialchars($val)
- 静态方法,用于对字符串和数组执行 htmlspecialchars()StringHelper::htmlspecialchars_decode($val)
- 静态方法,用于对字符串和数组执行 htmlspecialchars_decode()StringHelper::generateString($length, $chars)
- 静态方法,返回指定长度的生成字符串StringHelper::getDeclension($value, $words)
- 静态方法,返回复数形式时的词尾。例如:5个商品,1个商品,3个商品StringHelper::truncate($string, $length, $suffix = '...', $encoding = null)
- 返回长度为 $length 的截断文本StringHelper::truncateWords($string, $count, $suffix = '...')
- 返回长度为 $length 单词的截断文本