Answers for "php multi condition if"

PHP
1

php multi condition if

if($var == "abc" || $var == "def" || ...)
{
    echo "true";
}
Posted by: Guest on December-06-2020

Browse Popular Code Answers by Language