Das Plugin ermöglicht zeitverzögertes Löschen von Dateien.
Codeblock | ||
---|---|---|
| ||
$this ->getAppFactory(temporary\engine::class) ->timeoutUnlink($pathToFile, 2*60*60) ; |
...
Das Plugin ermöglicht zeitverzögertes Löschen von Dateien.
Codeblock | ||
---|---|---|
| ||
$this ->getAppFactory(temporary\engine::class) ->timeoutUnlink($pathToFile, 2*60*60) ; |
...