|
Moodle PHP Documentation 4.1
Moodle 4.1.19+ (Build: 20250711) (5f47dc23ffc)
|
Functions | |
| mb_internal_encoding ($encoding=null) | |
| Set the encoding to be used by our monkey patched mb_ functions. | |
| mb_strlen ($str, $encoding=null) | |
| Gets the length of a string. | |
| mb_strtolower ($str, $encoding=null) | |
| Returns $str with all alphabetic chatacters converted to lowercase. | |
| mb_strtoupper ($str, $encoding=null) | |
| mb_substr ($str, $start, $length=null, $encoding=null) | |
| Performs a multi-byte safe substr() operation based on number of characters. | |