$str.isnumber
Returns 1 if the given string represents a number
Usage
<
bool
>
$str.isnumber
(
<
givenstring
:string
>
)
Description
Returns 1 if the given string represents a number, 0 if not.
Index
,
Functions