is_list()
Since v1.9.0
Description
is_list
- do we have a valid PHP list?
bool is_list(mixed $list);
is_list()
is a convenience wrapper around IsList::check()
. See IsList::check()
for details.
PHP: The Missing Bits
Features that we wish came with PHP
Since v1.9.0
is_list
- do we have a valid PHP list?
bool is_list(mixed $list);
is_list()
is a convenience wrapper around IsList::check()
. See IsList::check()
for details.