Jump to content

Manual:Rebuildmessages.php/ru

From mediawiki.org
This page is a translated version of the page Manual:Rebuildmessages.php and the translation is 10% complete.
Версия MediaWiki:
1.12

Details

rebuildmessages.php file is a maintenance script to purge all language messages from the cache.

Introduced in r28789 (MW 1.12 ).

MediaWiki provides $wgMessageCacheType to set cache through MessageCache.php . This script clears this cache.

Options

This script does not accept any options.

Usage

php maintenance/run.php rebuildmessages
Terminal
В MediaWiki версии 1.43.6 и ранее скрпиты обслуживания нужно вызывать через php maintenance/scriptName.php, а не через php maintenance/run.php scriptName.

См. также