tamsayı veya şamandıra değerleri denetlemek

0 Cevap

Ben bu var

$number = 0.5

if (is_float($number))
{
  echo 'float';
}
else
{
  echo 'not float';
}

and it echos not float. what could be the reason thanks

0 Cevap