Neden is_int daima aşağıdaki durumda return false nedir?
is_int
echo $_GET['id']; //3 if(is_int($_GET['id'])) echo 'int'; //not executed