Home
last modified time | relevance | path

Searched refs:mkdirRecursive (Results 1 – 1 of 1) sorted by relevance

/plugin/openlayersmap/
H A DStaticMap.php181 $this->mkdirRecursive(dirname($this->mapCacheIDToFilename()), 0777);
484 $this->mkdirRecursive(dirname($filename), 0777);
496 public function mkdirRecursive(string $pathname, int $mode): bool
499 $this->mkdirRecursive(dirname($pathname), $mode);
566 public function mkdirRecursive(string $pathname, int $mode): bool { global() function in dokuwiki\\plugin\\openlayersmap\\StaticMap