krak/string
最新稳定版本:v0.2.0
Composer 安装命令:
composer require krak/string
包简介
A collection of missing php string functions
README 文档
README
The string library is just a simple collection of missing php string functions.
API
// truncate a string and append an optional truncation value
function truncate($str, $len, $end = '')
function map_join($strs, $sep, $predicate)
// hide a substring with a char by replacing each char with the replacement_char
function substr_hide($str, $replacement_char, $start, $length)
Look at the test/string.php for examples.
统计信息
- 总下载量: 728
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-08-05