How to return a multidimensional array keys as a tree?
如何返回一个多维数组键树吗?
A multidimensional array USES more than one index to access data.
多维数组使用多个索引来访问数据。
If each subarray has the same length, a multidimensional array may be more useful.
如果每个子数组都具有相同的长度,则多维数组更适用。
On-line analytical processing uses multidimensional array as storage structure to speed up response time.
联机分析使用多维数组作为存储结构以加快查询响应时间。
The same procedure specifies a multidimensional array data type, but commas (,) are between the brackets.
用同一方法也可以指定多维数组的数据类型,但要在括号内使用逗号(,)。
The variable could be as simple as an integer or a string or as complex as a multidimensional array or an object.
变量可以像一个整数或字符串那样简单,也可以像多维数组或对象那样复杂。
To treat every dimension equally and adapt to sparse data, it is necessary to partition multidimensional array.
为了等同的对待每个维,适应稀疏数据,必须对多维数组进行划分。
The following example illustrates the difference between defined a one-dimensional array and a multidimensional array.
下面的示例阐释了定义一维数组和多维数组之间的区别。
When you add dimensions to an array, the total storage needed by the array increases considerably, so use multidimensional arrays with care.
增加一个数组的维数时,该数组所需的总存储空间会急剧增大,因此应慎用多维数组。
Calling the function in Listing 2 from the reporting application creates a multidimensional array—some sample values are $ccaarr[2][0]=2005 and $ccaarr[2][6]=0.1.
从报表应用程序调用清单2中的函数会创建一个多维数组 —一些样例值是 $ccaarr[2][0]=2005和 $ccaarr[2][6]=0.1。
Since data cubes are such a useful interpretation tool, most OLAP products are built around a structure in which the cube is modeled as a multidimensional array.
由于数据立方体是一个非常有用的解释工具,所以大多数OLAP产品都围绕着按多维阵列建立立方模型这样一个结构编制。
The ROLAP data cube is implemented as a collection of relational tables (up to twice as many as the number of dimensions) instead of as a multidimensional array.
ROLAP数据立方体是按关系表格的集合实现的(最多可达维度数目的两倍),来代替多维阵列。
The overall goal of the program in Listing 6 is to scan the SRGS document and fill a multidimensional array with SimpleXML objects that represent the prompt structure.
清单6 中程序的整体目标是扫描SRGS文档,并用表示提示结构的SimpleXML对象填充一个多维数组。
If you pass this particular function a user id, it returns all the posts made by that user in reverse-chronological order, all bundled in a nice, multidimensional array.
如果为这个函数传递一个用户ID,它将在一个多维数组中按日期倒序的顺序返回那个用户发出的贴子。
An array literal cannot initialize a multidimensional typed array, but an array literal can initialize a typed array of typed arrays.
数组标识符不能初始化多维类型化数组,但可以初始化类型化数组的类型化数组。
If the array is a multidimensional.
如果该阵列为多维的。
The array must be able to contain strings and cannot be multidimensional.
阵列必须可以包含字串,且不可为多维。
The array must be able to contain strings and cannot be multidimensional.
阵列必须可以包含字串,且不可为多维。
应用推荐