FloatType()
Validates whether the type of the input is float.
v::floatType()->isValid(1.5); // true
v::floatType()->isValid('1.5'); // false
v::floatType()->isValid(0e5); // true
- Numbers
- Types
Version | Description |
---|---|
1.0.0 | Created |
See also:
FloatType()
Validates whether the type of the input is float.
v::floatType()->isValid(1.5); // true
v::floatType()->isValid('1.5'); // false
v::floatType()->isValid(0e5); // true
Version | Description |
---|---|
1.0.0 | Created |
See also: