Hello, everyone!
I would like to know if there is a possibility to make a variable in PHP with a min and max numeral, for example:
$ var = / a numeral greater than or equal to 10 OR a numeral less than or equal to 20 /;
Is there any way to do this directly in the variable without having to use if or similar?
Thank you in advance. Thank you! : D