Home
last modified time | relevance | path

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

/plugin/openlayersmap/admin/
H A Dpurge.php72 * @param string $sDir directory path
75 private function rrmdir(string $sDir): bool
77 if (is_dir($sDir)) {
78 Logger::debug('admin_plugin_openlayersmap_purge::rrmdir: recursively removing path: ', $sDir);
79 $sDir = rtrim($sDir, '/');
80 $oDir = dir($sDir);
83 (!is_link("$sDir/$sFile") && is_dir("$sDir/$sFile")) ?
84 $this->rrmdir("$sDir/
68 rrmdir(string $sDir) global() argument
[all...]