$isInteger
Checks if the specified value is an integer or not.
Syntax
$isInteger[Value]
Parameters
Value
(Type: String || Flag: Required)
: The string that will be checked.
Example
$nomention
Integer?: $isInteger[$message]
Checks if the specified value is an integer or not.
$isInteger[Value]
Value
(Type: String || Flag: Required)
: The string that will be checked.$nomention
Integer?: $isInteger[$message]