或通过关联数组语法设置。
每一行都被表示为键值对关联数组。
Each row is represented as an associative array of key-value pairs.
这个函数将XML元素转化成PHP关联数组。
This function then converts the XML elements into a PHP associative array.
函数(3)以PHP关联数组的形式返回结果行。
Function (3) gets the result row as a PHP associative array.
将访问过的XML元素保存在php关联数组中。
It stores all the visited XML elements in a PHP associative array.
一个PHP关联数组用来传递核心银行逻辑的结果。
A PHP associative array carries the results of the core bank logic.
关联数组中的名称必须与DTO中的属性名字匹配。
The names in the associative array must match with the properties in the DTO.
因此我们将状态表实现为一个二维的函数关联数组。
You will take advantage of this by implementing your state table as a two-dimensional associative array of functions.
相反,关联数组不提供相同级别的确定性。
By contrast, an associative array does not offer the same level of certainty.
请记住,原型是一个对象,所以它也是一个关联数组。
Remember that the prototype is an object, so it is also an associative array.
您还可以使用关联数组和统计数据(我们稍后讨论)。
You can also use associative arrays and statistics (which we'll explore later).
XJConf同时支持数字索引数组和关联数组。
XJConf supports both numerically-indexed and associative arrays.
显示简单变量,迭代整个数组或关联数组,以及显示类的成员。
Display a simple variable, iterate over an array or associative array, and display the members of a class.
不过,Rexx确实有一个另外的标准数据类型:关联数组。
Rexx, however, does have one additional standard datatype: associative arrays.
一个参数是描述数据库的关联数组集合:表名、列名、主键和外键。
One parameter is a collection of associative arrays that describe the database: table names, column names, primary keys, and foreign keys.
map型:map是一个从一组键值对象到一组值对象的关联数组。
Map: a map is an associative array from a set of object keys to a collection of object values.
当该探针触发时,将为特定的PID和进程名增加一个关联数组元素。
When the probe fires, you increment an associative array element for the given PID and process name.
“红-黑”树广泛应用于各种应用程序,其中包括关联数组的构造。
You can find red-black trees used in a variety of applications, including the construction of associative arrays.
此函数接受两个参数:表的名称以及字段名和值的关联数组。
The function takes two arguments: the name of the table and an associative array of field names and values.
字典类似于关联数组或散列;它使用键值对来存储和限制信息。
A dictionary is like an associative array or hash: It USES key-value pairs to store and retrieve information.
SDO支持对象语法和关联数组语法,因此属性可以通过对象语法设置。
SDOs support object syntax and associative array syntax, so the properties could have been set with object syntax.
ProbeVue还提供关联数组,可以存储和分析脚本语言中的数据。
ProbeVue has also been enhanced to provide associative arrays to store and analyze data as part of the scripting language.
递归遍历XML文档,使用XML标记名作为所构建的关联数组的项目的键。
You recursively work through the XML document, using the XML tag name as the key of the item for the associative array that is built.
解析过程中,配置文件中的元素和数据转化成类似PHP关联数组的键-值对。
During this parsing process, the elements and data in the configuration file are converted into key-value pairs, similar to that found in a PHP associative array.
它使用应用程序提供的数据,创建时这些数据将以关联数组的形式传递给DAS。
It USES data supplied by the application program and passed to the DAS in associative arrays when created.
它将所有帐户数据信息存储在一个php关联数组中,并将这个数组返回给调用者。
It stores all the account data information in a PHP associative array and returns that array to the caller.
普通数组的元素用整数作为索引,而关联数组的元素用名称作为索引,而不是整数。
The elements of ordinary arrays are indexed by integers, whereas the elements of associative arrays are indexed by names instead of Numbers.
它有时候称为关联数组(因为数据与一个键值相关联),或者作为散列表。
It's sometimes known as an associative array because data is associated with a key value, or as a hash table.
每个字符串都是一个商品的名称,关联数组中的对应数字就是购物车中该商品的数量。
Each string is the name of an item, and the corresponding number in the associative array is the quantity of that item in the cart.
与这个探针相关联的脚本将发送收集到的数据(遍历每个关联数组成员)。
The script for this probe then emits the collected data (iterating through each of the associative array members).
应用推荐