mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-13 20:41:15 +00:00
Add basic Extension docs
This commit is contained in:
7
php_modules/mbstring/README.md
Normal file
7
php_modules/mbstring/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# mbstring
|
||||
|
||||
mbstring provides multibyte specific string functions that help you deal with multibyte encodings in PHP. In addition to that, mbstring handles character encoding conversion between the possible encoding pairs. mbstring is designed to handle Unicode-based encodings such as UTF-8 and UCS-2 and many single-byte encodings for convenience.
|
||||
|
||||
| Platform | Url |
|
||||
|----------|------------------------------------------------------------------|
|
||||
| PHP.net | https://www.php.net/manual/en/book.mbstring.php |
|
||||
Reference in New Issue
Block a user