Manual:rebuildmessages.php

This page is a translated version of the page Manual:Rebuildmessages.php and the translation is 70% complete.
MediaWiki バージョン:
1.12

詳細

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

r28789 (MW 1.12 ) で導入されました。

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

オプション

このスクリプトにはオプションはありません。

使用法

php maintenance/run.php rebuildmessages
Terminal
MediaWiki バージョン 1.39.11 以前では、メンテナンス スクリプトを php maintenance/run.php scriptName ではなく php maintenance/scriptName.php を使用して実行する必要があります。

関連項目