This question already has an answer here:
On this site: http://php.net/manual/de/function.is-int.php
there's a function that checks if a value is an integer.
The function:
is_int ( mixed $var ) : bool
What does the ": bool" do exactly?
</div>
The function returns a value of bool type.
Bool can be true or false.