Bir değişken kümesine ait olup olmadığını kontrol için hızlı bir yol var mı?

0 Cevap php

I have a form and I need to check if a input belongs to enum(0,1,2,3,..,n) Is there a simple way to check if my variable belongs to the set [0:n] ? Or do I have to write each condition (basically n<10, so it's feasible but not that practicle...)?

Bunu yapmak için yerli işlev yoksa, bana bunun için bir işlevi yapmak için nasıl bir ipucu verebilir misiniz?

Teşekkürler :)

0 Cevap