Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 16381 программист и 1662 робота. Сейчас ищут 1710 программистов ...
I18Nv2_Locale::setCustomFormat
Вернуться к: I18Nv2
I18Nv2_Locale::setCustomFormat
I18Nv2_Locale::setCustomFormat() – Set custom format
Synopsis
require_once 'I18Nv2/Locale.php';
void I18Nv2_Locale::setCustomFormat ( mixed $type = null , mixed $format = null )
Set a custom format.
If $format is omitted, the custom format for $type will be discarded - if both vars are omitted all custom formats will be discarded.
Parameter
- mixed $type
-
the I18Nv2 format category for which to set the custom format
- mixed $format
-
the custom format
Return value
Returns TRUE on success, PEAR_Error on failure.
Note
This function can not be called statically.
Вернуться к: I18Nv2