Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16354 программиста и 1649 роботов. Сейчас ищет 1531 программист ...
Translation2::replaceEmptyStringsWithKeys
Вернуться к: Translation2
Translation2::replaceEmptyStringsWithKeys
Translation2::replaceEmptyStringsWithKeys() – Replace the array values with their keys when empty
Synopsis
require_once 'Translation2.php';
array Translation2::replaceEmptyStringsWithKeys ( array $strings )
Replace the array values with their keys when empty, just like gettext would do.
Parameter
- array $strings array of strings (e.g. as returned by getPage())
-
Вернуться к: Translation2