File path: dist/twist/Core/Utilities/Cache.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
cleanDirectory
— Cleans out a directory and all its sub directories
Name | Description |
---|---|
$strDirectory | n/a |
$intCurrentTime | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strDirectory = 'foo';
$intCurrentTime = 124;
//Call the function cleanDirectory with the example vars
Twist::Cache() -> cleanDirectory($strDirectory, $intCurrentTime);