Home
last modified time | relevance | path

Searched refs:knownonly (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/
H A Dconfutils.php24 * If $knownonly is true (the default), then only known extensions
30 * @param bool $knownonly
33 function mimetype($file, $knownonly = true)
42 if ($knownonly) {
31 mimetype($file, $knownonly = true) global() argument