Snippets tagged “is-array”
1 snippet uses this tag.
- How to check if variable is array?... or something array-likePHP
In PHP, you can use the "is_array" function to check if a variable is an array.
1 snippet uses this tag.
In PHP, you can use the "is_array" function to check if a variable is an array.