2017 © Pedro Peláez
 

library multibyte

A collection of multibyte functions.

image

vanderlee/multibyte

A collection of multibyte functions.

  • Thursday, February 11, 2016
  • by vanderlee
  • Repository
  • 2 Watchers
  • 0 Stars
  • 50 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 92 % Grown

The README.md

PHP multibyte functions

Version 1.1.1, (*1)

Build Status, (*2)

Copyright © 2015-2016 Martijn van der Lee. MIT Open Source license applies., (*3)

Introduction

This is just a collection of multibyte (mb_*) functions to augment the builtin functions., (*4)

Unittests included., (*5)

Methods

mb_explode

array mb_explode($pattern, $subject[, $limit = -1[, $flags = 0 ] ]), (*6)

Multibyte version of preg_split, including all it's flags., (*7)

The $pattern behaves like the patterns of mb_split, all other arguments and the return is like preg_split., (*8)

mb_trim

string mb_trim($string), (*9)

Trims whitespace from both the left and right side of the string., (*10)

mb_ucfirst

string mb_ucfirst($string[, string $encoding = mb_internal_encoding() ]), (*11)

Make a string's first character uppercase., (*12)

mb_ucwords

string mb_ucwords($string[, string $encoding = mb_internal_encoding() ]), (*13)

Uppercase the first character of each word in a string., (*14)

The Versions

11/02 2016

dev-master

9999999-dev https://github.com/vanderlee/PHP-multibyte-functions

A collection of multibyte functions.

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

function functions multibyte mb utf

11/02 2016

1.1.1

1.1.1.0 https://github.com/vanderlee/PHP-multibyte-functions

A collection of multibyte functions.

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

function functions multibyte mb utf