Jump to content

Manual:rebuildmessages.php

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

関連項目