Or with associative array syntax.
或通过关联数组语法设置。
Function (3) gets the result row as a PHP associative array.
函数(3)以PHP关联数组的形式返回结果行。
It stores all the visited XML elements in a PHP associative array.
将访问过的XML元素保存在php关联数组中。
A PHP associative array carries the results of the core bank logic.
一个PHP关联数组用来传递核心银行逻辑的结果。
Each row is represented as an associative array of key-value pairs.
每一行都被表示为键值对关联数组。
This function then converts the XML elements into a PHP associative array.
这个函数将XML元素转化成PHP关联数组。
Remember that the prototype is an object, so it is also an associative array.
请记住,原型是一个对象,所以它也是一个关联数组。
The names in the associative array must match with the properties in the DTO.
关联数组中的名称必须与DTO中的属性名字匹配。
By contrast, an associative array does not offer the same level of certainty.
相反,关联数组不提供相同级别的确定性。
The associative array is another data type that can be represented as a literal.
联合数组(associative array)是另外一种数据类型,它可以表示为一个字符串。
Map: a map is an associative array from a set of object keys to a collection of object values.
map型:map是一个从一组键值对象到一组值对象的关联数组。
Since our MySQL results come in the form of an associative array, there is no intermediary step.
由于MySQL结果是以联合数组的形式传入的,因此没有任何中间步骤。
When the probe fires, you increment an associative array element for the given PID and process name.
当该探针触发时,将为特定的PID和进程名增加一个关联数组元素。
The second decodes the serialized data and converts it to a basic PHP object or an associative array.
第二个函数将把序列化数据解码,并将其转换为基本PHP对象或联合数组。
Curly braces denote an associative array (that is, an object), with its key-value pairs separated by commas.
大括号表示联合数组(即对象),它的键-值组合由逗号分隔。
Display a simple variable, iterate over an array or associative array, and display the members of a class.
显示简单变量,迭代整个数组或关联数组,以及显示类的成员。
It stores all the account data information in a PHP associative array and returns that array to the caller.
它将所有帐户数据信息存储在一个php关联数组中,并将这个数组返回给调用者。
The function takes two arguments: the name of the table and an associative array of field names and values.
此函数接受两个参数:表的名称以及字段名和值的关联数组。
It's sometimes known as an associative array because data is associated with a key value, or as a hash table.
它有时候称为关联数组(因为数据与一个键值相关联),或者作为散列表。
A dictionary is like an associative array or hash: It USES key-value pairs to store and retrieve information.
字典类似于关联数组或散列;它使用键值对来存储和限制信息。
SDOs support object syntax and associative array syntax, so the properties could have been set with object syntax.
SDO支持对象语法和关联数组语法,因此属性可以通过对象语法设置。
The script for this probe then emits the collected data (iterating through each of the associative array members).
与这个探针相关联的脚本将发送收集到的数据(遍历每个关联数组成员)。
A dictionary in Vimscript is essentially the same as an AWK associative array, a Perl hash, or a Python dictionary.
Vimscript中的字典在本质上和AWK关联数组、perl哈希表,或者Python字典都是一样。
You will take advantage of this by implementing your state table as a two-dimensional associative array of functions.
因此我们将状态表实现为一个二维的函数关联数组。
You can use a table as an array, a dictionary (also called a hash or an associative array), a tree, a record, and so on.
我们可以将表作为数组、字典(也称为散列或联合数组)、树、记录,等等。
Make a second copy of the array, shuffle the copy, and build an associative array, where the original letter gets a shuffled value.
制作另外一份数组副本,搅乱该副本,并构建一个联合数组,其中原来的字母将获得重组后的值。
Indeed, the literal representation of an object is simply an associative array that may contain functions for some of its values.
实际上,对象的文本表示只不过是一个联合数组,它可能包含某些函数作为一些值。
Listing 28 begins with the Config class, which exposes a generic API to receive an associative array of server access parameters.
清单28首先定义了config类,它公开了一个通用API来接收一组有关的服务器访问参数。
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.
每个字符串都是一个商品的名称,关联数组中的对应数字就是购物车中该商品的数量。
This one is slightly more complicated but USES a Ruby hash (associative array) to simplify the reduction operation (see Listing 5).
虽然此应用程序稍微有些复杂,但是使用Rubyhash(关联阵列)可简化reduce操作(请参考清单5)。
应用推荐