samedi 3 décembre 2016

How to print value without if else

echo result(1);

function reslut() 
{ if($num == 1) return 0; if($num == 0) return 1;

}

How can do without if or else statment useing

Aucun commentaire:

Enregistrer un commentaire