Need to be able to do this;
$valid_range = array(
'min' => 48,
'max' => 2048,
'others' => array( 0 )
);
So the settings supports the value 0, as well as all values between 48 and 2048 (inclusive).
Cheers.
If there is already a way to do this, please let me know.