php jika dibagi dengan 30

if ($variable % 30 == 0) {
    echo 'This number is divisible by 30.';
};
Grepper