Derick Rethans <[EMAIL PROTECTED]> wrote:
>  Log:
>  - Added extra parameter to count() that recursively counts elements in an
>    array and added is_array_multidimensional(). (patch by Vlad Bosinceanu
>    <[EMAIL PROTECTED]>)

do we really want to perpetuate this idea that a multidimensional array
is special in some way? i often get the feeling that people just don't
seem to get that what makes an array 'multidimensional' in php is that
one array contains other arrays, and things like all the array sorting
functions don't somehow treat them differently.

jim

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to