vanderlee/multibyte
最新稳定版本:1.1.1
Composer 安装命令:
composer require vanderlee/multibyte
包简介
A collection of multibyte functions.
README 文档
README
Version 1.1.1
Copyright © 2015-2016 Martijn van der Lee. MIT Open Source license applies.
Introduction
This is just a collection of multibyte (mb_*) functions to augment the builtin functions.
Unittests included.
Methods
mb_explode
array mb_explode($pattern, $subject[, $limit = -1[, $flags = 0 ] ])
Multibyte version of preg_split, including all it's flags.
The $pattern behaves like the patterns of mb_split, all other arguments and the return is like preg_split.
mb_trim
string mb_trim($string)
Trims whitespace from both the left and right side of the string.
mb_ucfirst
string mb_ucfirst($string[, string $encoding = mb_internal_encoding() ])
Make a string's first character uppercase.
mb_ucwords
string mb_ucwords($string[, string $encoding = mb_internal_encoding() ])
Uppercase the first character of each word in a string.
统计信息
- 总下载量: 4.36k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-01-15