is_int()
function is_int(mixed $value): bool
Checks whether a variable is an integer.
Parameters:
$value(mixed)
Returns: bool
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how is_int is implemented in the compiler, see the internals page.