Manual:Rebuildmessages.php/ja

MediaWiki バージョン:
1.12
Category:MediaWiki code/ja#Rebuildmessages.php

詳細

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.13 以前では、メンテナンス スクリプトを php maintenance/run.php スクリプト名 ではなく php maintenance/スクリプト名.php を使用して実行する必要があります。

関連項目

Category:Maintenance scripts/ja#Rebuildmessages.php Category:Content maintenance scripts/ja
Category:Content maintenance scripts/ja Category:Maintenance scripts/ja Category:MediaWiki code/ja