which is the difference between the php methods:
is_int()
and
is_integer()
?
Thanks!
There is none. is_integer
is an alias of is_int
, as stated on the documentation page for is_integer
:
is_integer
— Alias ofis_int()
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With