maintenance/deleteImageMemcached.php File Reference

This script delete image information from memcached. More...

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 )


Detailed Description

This script delete image information from memcached.

Usage example: php deleteImageMemcached.php --until "2005-09-05 00:00:00" --sleep 0 --report 10

Definition in file deleteImageMemcached.php.


Variable Documentation

$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']

Definition at line 68 of file deleteImageMemcached.php.

Referenced by reassignEdits().

$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().


Generated on Sat Sep 5 02:08:27 2009 for MediaWiki by  doxygen 1.5.9