Array Depth (New)
Package:
Summary:
Traverse arrays in depth
Groups:
Author:
Description:
This class can help achieving this goal:
- return the given array depth (level of interleaving)
- return all data types used in a given array
- return whether or not the array is homogeneous
- return the signature of a given array
- return whether or not an array is suitable for rows and columns selection's process...
Read more at https://www.phpclasses.org/package/10642-PHP-Traverse-arrays-in-depth.html
- return the given array depth (level of interleaving)
- return all data types used in a given array
- return whether or not the array is homogeneous
- return the signature of a given array
- return whether or not an array is suitable for rows and columns selection's process...
Read more at https://www.phpclasses.org/package/10642-PHP-Traverse-arrays-in-depth.html
Comments are closed.