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.
$type
the I18Nv2 format category for which to set the custom format
$format
the custom format
Returns TRUE on success, PEAR_Error on failure.
This function can not be called statically.