定制 vanderlee/multibyte 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

vanderlee/multibyte

最新稳定版本:1.1.1

Composer 安装命令:

composer require vanderlee/multibyte

包简介

A collection of multibyte functions.

README 文档

README

Version 1.1.1

Build Status

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

GitHub 信息

  • Stars: 5
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-01-15