This Util class is a collection of static helper methods to provide file system related functionality.
More...
This Util class is a collection of static helper methods to provide file system related functionality.
Currently you can use it to sanitize file names which are compatible with the ILIAS file system.
- Author
- Fabian Schmid fabia.nosp@m.n@sr.nosp@m..solu.nosp@m.tion.nosp@m.s
Definition at line 29 of file Util.php.
◆ sanitizeFileName()
static ILIAS\Filesystem\Util::sanitizeFileName |
( |
string |
$filename | ) |
|
|
static |
◆ CONTROL_CHARACTER
const ILIAS\Filesystem\Util::CONTROL_CHARACTER = "/\\x{00a0}/iu" |
|
private |
◆ FUNKY_WHITESPACES
const ILIAS\Filesystem\Util::FUNKY_WHITESPACES = '#\p{C}+#u' |
|
private |
◆ SOFT_HYPHEN
const ILIAS\Filesystem\Util::SOFT_HYPHEN = "/\\x{00a0}/iu" |
|
private |
◆ ZERO_JOINER
const ILIAS\Filesystem\Util::ZERO_JOINER = '/\\x{00ad}|\\x{0083}|\\x{200c}|\\x{200d}|\\x{2062}|\\x{2063}/iu' |
|
private |
The documentation for this class was generated from the following file: