Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 245 Bytes

ArrayVal.md

File metadata and controls

16 lines (11 loc) · 245 Bytes

ArrayVal

  • v::arrayVal()

Validates if the input is an array or traversable object.

v::arrayVal()->validate(array()); //true
v::arrayVal()->validate(new ArrayObject); //true

See also: