Make a second copy of the array, shuffle the copy, and build an associative array, where the original letter gets a shuffled value.
制作另外一份数组副本,搅乱该副本,并构建一个联合数组,其中原来的字母将获得重组后的值。
Curly braces denote an associative array (that is, an object), with its key-value pairs separated by commas.
大括号表示联合数组(即对象),它的键-值组合由逗号分隔。
Remember that the prototype is an object, so it is also an associative array.
请记住,原型是一个对象,所以它也是一个关联数组。
It stores all the account data information in a PHP associative array and returns that array to the caller.
它将所有帐户数据信息存储在一个php关联数组中,并将这个数组返回给调用者。
When the probe fires, you increment an associative array element for the given PID and process name.
当该探针触发时,将为特定的PID和进程名增加一个关联数组元素。
A PHP associative array carries the results of the core bank logic.
一个PHP关联数组用来传递核心银行逻辑的结果。
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.
每个字符串都是一个商品的名称,关联数组中的对应数字就是购物车中该商品的数量。
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.
我们可以将表作为数组、字典(也称为散列或联合数组)、树、记录,等等。
Function (3) gets the result row as a PHP associative array.
函数(3)以PHP关联数组的形式返回结果行。
Indeed, the literal representation of an object is simply an associative array that may contain functions for some of its values.
实际上,对象的文本表示只不过是一个联合数组,它可能包含某些函数作为一些值。
Display a simple variable, iterate over an array or associative array, and display the members of a class.
显示简单变量,迭代整个数组或关联数组,以及显示类的成员。
You'll also find some simplifications from C, which include string concatenation, associative array elements, and aggregation operators.
您还看到从C 语言带来的简化,其中包括字符串连接、关联数组元素和合并操作符。
The second decodes the serialized data and converts it to a basic PHP object or an associative array.
第二个函数将把序列化数据解码,并将其转换为基本PHP对象或联合数组。
This class simply converts the XML class to a PHP object and then walks through that object and creates an associative array, as in Listing 5.
该类仅仅将xml类转化为一个php对象,然后遍历该对象,并创建一个关联数组,如清单5所示。
In other words, there are database APIs in PHP that can return the database results as a PHP associative array where the database table column names are the keys for that array.
换句话说,php中的数据库api可以以PHP关联数组的形式返回数据库结果,其中数据库表的列名作为数组的键。
The names in the associative array must match with the properties in the DTO.
关联数组中的名称必须与DTO中的属性名字匹配。
All these functions accept certain input parameters and return an application-specific associative array containing relevant account information.
这些函数都接受某些输入参数,并返回一个包含相关帐户信息的应用程序专有的关联数组。
It's sometimes known as an associative array because data is associated with a key value, or as a hash table.
它有时候称为关联数组(因为数据与一个键值相关联),或者作为散列表。
This function then converts the XML elements into a PHP associative array.
这个函数将XML元素转化成PHP关联数组。
It stores all the visited XML elements in a PHP associative array.
将访问过的XML元素保存在php关联数组中。
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.
字典类似于关联数组或散列;它使用键值对来存储和限制信息。
By contrast, an associative array does not offer the same level of certainty.
相反,关联数组不提供相同级别的确定性。
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.
递归遍历XML文档,使用XML标记名作为所构建的关联数组的项目的键。
You will take advantage of this by implementing your state table as a two-dimensional associative array of functions.
因此我们将状态表实现为一个二维的函数关联数组。
In the version of the code shown in Listing 3, I've changed the internal implementation to use an associative array for the name parts.
在清单3中所示的代码版本中,我已经更改了内部实现以使用名称部件的关联数组。
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.
解析过程中,配置文件中的元素和数据转化成类似PHP关联数组的键-值对。
Each row is represented as an associative array of key-value pairs.
每一行都被表示为键值对关联数组。
SDOs support object syntax and associative array syntax, so the properties could have been set with object syntax.
SDO支持对象语法和关联数组语法,因此属性可以通过对象语法设置。
SDOs support object syntax and associative array syntax, so the properties could have been set with object syntax.
SDO支持对象语法和关联数组语法,因此属性可以通过对象语法设置。
应用推荐