Download the PHP package jp3cki/mb_str_replace without Composer
On this page you can find all versions of the php package jp3cki/mb_str_replace. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jp3cki/mb_str_replace
More information about jp3cki/mb_str_replace
Files in jp3cki/mb_str_replace
Download jp3cki/mb_str_replace
More information about jp3cki/mb_str_replace
Files in jp3cki/mb_str_replace
Vendor jp3cki
Package mb_str_replace
Short Description The mb_str_replace() implementation.
License MIT
Package mb_str_replace
Short Description The mb_str_replace() implementation.
License MIT
Please rate this library. Is it a good library?
Informations about the package mb_str_replace
mb_str_replace
The mb_str_replace() implementation.
Install
- Set up composer.
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar require jp3cki/mb_str_replace
- You can find the source in
vendor/jp3cki/mb_str_replace/src
.
Other ways:
- Use as submodule (see git manual)
- Copy the source into your development directory (DO NOT rewrite copyright, see License section)
Use
If using composer
You can use mb_str_replace
function after require('vendor/autoload.php')
.
If not using composer
require
or include
the source.
API
Please refer str_replace.
$encoding
= auto
means "use internal-encoding."
Note: This module doesn't support $count
parameter.
License
All versions of mb_str_replace with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.1
ext-mbstring Version *
ext-mbstring Version *
The package jp3cki/mb_str_replace contains the following files
Loading the files please wait ....