Go to the source code of this file.
Classes | |
class | DeleteImageCache |
Variables | |
$optionsWithArgs = array( 'until', 'sleep', 'report' ) | |
$until = preg_replace( "/[^\d]/", '', $options['until'] ) | |
$sleep = (int)$options['sleep'] * 1000 | |
$report = (int)$options['report'] | |
$dic = new DeleteImageCache( $until, $sleep, $report ) |
Usage example: php deleteImageMemcached.php --until "2005-09-05 00:00:00" --sleep 0 --report 10
Definition in file deleteImageMemcached.php.
$dic = new DeleteImageCache( $until, $sleep, $report ) |
Definition at line 70 of file deleteImageMemcached.php.
$optionsWithArgs = array( 'until', 'sleep', 'report' ) |
Definition at line 12 of file deleteImageMemcached.php.
$report = (int)$options['report'] |
$sleep = (int)$options['sleep'] * 1000 |
Definition at line 67 of file deleteImageMemcached.php.
$until = preg_replace( "/[^\d]/", '', $options['until'] ) |
Definition at line 66 of file deleteImageMemcached.php.
Referenced by CategoryPage::closeShowCategory(), and wfSpecialNewimages().