Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2016-05-25 18:46:51 +0300
committerMichal Čihař <michal@cihar.com>2016-05-25 18:49:16 +0300
commit076f74d7e521e4b38d0c97301ef5a5f1ed3ecc35 (patch)
treeb6a14f45985243fab555632ffa44d274c8413c60 /doc/glossary.rst
parent96e22abfff0231fdad77c65d6087691184cfcb90 (diff)
Add mbstring glossary term from wiki
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'doc/glossary.rst')
-rw-r--r--doc/glossary.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/glossary.rst b/doc/glossary.rst
index b6095e7620..987fca0db4 100644
--- a/doc/glossary.rst
+++ b/doc/glossary.rst
@@ -208,6 +208,13 @@ From Wikipedia, the free encyclopedia
.. seealso:: <https://en.wikipedia.org/wiki/Mac_OS_X>
+ mbstring
+ The PHP `mbstring` functions provide support for languages represented by multi-byte character sets, most notably UTF-8.
+
+ If you have troubles installing this extension, please follow :ref:`faqmysql`, it provides useful hints.
+
+ ..seealso:: <https://php.net/manual/en/book.mbstring.php>
+
MCrypt
a cryptographic library.