How to verify a two-dimensional array

Source: Internet
Author: User

How does PHP determine whether an array is a one-dimensional array or a two-dimensional array? what function is used? In fact, Count is sufficient

PHP Manual:

int count (mixed $var [, int $mode])-- calculates the number of cells in an array or the number of attributes in an object

If the optional mode parameter is set to Count_recursive (or 1), COUNT () counts recursively on the array. is especially useful for calculating all cells of a multidimensional array. The default value for mode is 0. Count () does not recognize infinite recursion.

<? PHP if 1 )     {' is a one-dimensional array 'Else  {    '  Not a one-dimensional array ';}

Explanation: Count's second parameter true will recursively count the number of arrays, if the number of recursive statistics and non-recursive recursive statistics are the same, then it must be a one-dimensional array

How to verify a two-dimensional array

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.