mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 07:15:45 +01:00
374 B
374 B
ScalarVal
ScalarVal()
Validates whether the input is a scalar value or not.
v::scalarVal()->validate([]); // false
v::scalarVal()->validate(135.0); // true
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Created |
See also: