require_once 'I18Nv2/Locale.php';
void I18Nv2_Locale::setCustomFormat ([mixed $type = NULL [, mixed $format = NULL]])
void I18Nv2_Locale::setCustomFormat
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.
the I18Nv2 format category for which to set the custom format
the custom format
Retourne TRUE en cas de succès, un objet PEAR_Error en cas d'échec.
Cette fonction ne peut pas être appelée de façon statique.