$v): if(! is_numeric($v)) return false; $v = (int) $v; if($v < 0 || $v > 255) return false; endforeach; return true; } } ?>