Hello all.
Is there such a function in PHP?
Thanks.
Printable View
Hello all.
Is there such a function in PHP?
Thanks.
PHP doesn't support multidimensional arrays.
As far aQuote:
Originally Posted by penagate
... yes? :)
Oops, not sure what happened there. I was saying as far as arrays go you cannot declare a multidimensional array but you can have arrays within arrays which are similar.
To check for this you simply loop through the array elements and test if any are an array using the is_array function.
Works. Thanks.Quote:
Originally Posted by visualAd