Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Minimalistic library, usable even when no other moodle libs are loaded. More...
Functions | |
min_clean_param ($value, $type) | |
Minimalistic parameter cleaning function. More... | |
min_enable_zlib_compression () | |
This method tries to enable output compression if possible. More... | |
min_fix_utf8 ($value) | |
Minimalistic UTF-8 sanitisation. More... | |
min_get_slash_argument ($clean=true) | |
Returns the slashargument part of the URL. More... | |
min_optional_param ($name, $default, $type) | |
Minimalistic parameter validation function. More... | |
Minimalistic library, usable even when no other moodle libs are loaded.
The only library that gets loaded if you define ABORT_AFTER_CONFIG before including main config.php. You can resume normal script operation if you define ABORT_AFTER_CONFIG_CANCEL and require the setup.php