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