Translation2::replaceEmptyStringsWithKeys()

Translation2::replaceEmptyStringsWithKeys() -- 配列の値が空の場合に、キーの内容で置き換える

概要

require_once 'Translation2.php';

array Translation2::replaceEmptyStringsWithKeys (array $strings)

説明

配列の値が空の場合に、それをキーの内容で置き換えます。 これは、gettext と同様の挙動です。

パラメータ

array $strings 文字列の配列 (たとえば getPage() が返すような形式)