PHP - How to modify deeply nested associative arrays?
PHP如何修改深层嵌套的关联数组?
XJConf supports both numerically-indexed and associative arrays.
XJConf同时支持数字索引数组和关联数组。
Records, structures, and associative arrays are represented with the tag.
记录、结构和联合数组用标签表示。
Objects were essentially containers for properties, like associative arrays.
这个对象只是用来放诸如关联数组这类属性的容器。
Rexx, however, does have one additional standard datatype: associative arrays.
不过,Rexx确实有一个另外的标准数据类型:关联数组。
You can also use associative arrays and statistics (which we'll explore later).
您还可以使用关联数组和统计数据(我们稍后讨论)。
Functions can be stored in associative arrays (arrays that are indexed by names rather than Numbers).
函数可以存储于关联数组中(关联数组是这样一类数组:它们按名称而不是数值索引)。
It USES data supplied by the application program and passed to the DAS in associative arrays when created.
它使用应用程序提供的数据,创建时这些数据将以关联数组的形式传递给DAS。
You can find red-black trees used in a variety of applications, including the construction of associative arrays.
“红-黑”树广泛应用于各种应用程序,其中包括关联数组的构造。
This is not Sparta; this is madness—don't bother with this. "Associative arrays" is a confusing name for objects.
数组不是万能的;这样写不对,会让人困惑。图组实际上是对象的功能,人们混淆了这两个概念。
ProbeVue has also been enhanced to provide associative arrays to store and analyze data as part of the scripting language.
ProbeVue还提供关联数组,可以存储和分析脚本语言中的数据。
The elements of ordinary arrays are indexed by integers, whereas the elements of associative arrays are indexed by names instead of Numbers.
普通数组的元素用整数作为索引,而关联数组的元素用名称作为索引,而不是整数。
One parameter is a collection of associative arrays that describe the database: table names, column names, primary keys, and foreign keys.
一个参数是描述数据库的关联数组集合:表名、列名、主键和外键。
Rhino treats typical indexed arrays as special kinds of associative arrays. They just happen to be associative arrays with positive integers as keys.
Rhino将典型的有索引的数组作为一种特殊的联合数组来对待:它们只是一些关键字是正整数的联合数组。
For example, the compare method compares two strings; the sort and asort methods sort arrays or associative arrays in a way similar to the corresponding PHP array functions.
比如,compare方法比较两个字符串;sort和asort方法以与相应的php数组函数相同的方式对数组或关联数组进行排序。
To abstract the specifics of the underlying database and to simplify module development, Drupal V6 introduces a Schema API (see Resources) to define tables using plain PHP associative arrays.
为抽象化底层数据库的具体数据并简化模块开发,DrupalV 6引入了一个SchemaAPI(参见参考资料),以便使用纯php关联数组定义表。
Thus arrays support what is sometimes referred to as content-addressable memory or associative memory.
因此,数组支持所谓的按内容寻址的存储器或关联存储器。
Thus arrays support what is sometimes referred to as content-addressable memory or associative memory.
因此,数组支持所谓的按内容寻址的存储器或关联存储器。
应用推荐