Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 206 Bytes

ScalarVal.md

File metadata and controls

15 lines (10 loc) · 206 Bytes

ScalarVal

  • v::scalarVal()

Validates if the input is a scalar value.

v::scalarVal()->validate(array()); //false
v::scalarVal()->validate(135.0); //true

See also: