PHP karşılaştırma '==' sorunu

0 Cevap php

Neden 'in' çıktı?

<?php
    if (1=='1, 3')
    {
        echo "in";
    }
?>

0 Cevap