Manual:CleanupRemovedModules.php/ko
Appearance
| 미디어위키 파일: cleanupRemovedModules.php | |
|---|---|
| 위치: | maintenance/ |
| 소스 코드: | master • 1.46.0 • 1.45.4 • 1.43.9 |
| 클래스: | CleanupRemovedModules |
상세
cleanupRemovedModules.php file is a maintenance script to remove cache entries from ResourceLoader modules no longer being used within the database.
옵션/인수
This script does not take any options/arguments as input.
사용법
php maintenance/run.php cleanupRemovedModules
Terminal
$ php maintenance/run.php cleanupRemovedModules
In MediaWiki version 미디어위키 1.39 and earlier, you must invoke maintenance scripts using
php maintenance/scriptName.php instead of php maintenance/run.php scriptName.