您要查找的是不是:
- An associative array, each ID key is associated with a value. 这个数组中的每个ID都是与一个值联系在一块(即它们是配套的,组合在一块的)。
- It only returns an associative array. 它只返回一个关联数组。
- ARRAY_A - result will be output as an associative array. 结果会作为结合的数组返回。
- It returns an associative array where the array indexes are the header names and the array values are the values associated with those headers. 返回一个关联数组,键名是头信息名,值为与其相应的值。
- The deflate filter takes up to three parameters passed as an associative array. deflate过滤器可以接受以一个关联数组传递的最多三个参数。
- The result of the method is an associative array of tag names and popularity. 函数结果是用标签名和人气组成的联合数组。
- Safe arrays are self-describing arrays that carry the type, rank, and bounds of the associated array data. 安全数组是具有与之关联的数组数据的类型、秩和界限的自我描述数组。
- In the example below we create a container class that stores an associative array of Flag objects. 在以下的范例中我们建立一个容器类来储存Flag对象的一个相关数组。
- It takes an associative array var_array and treats keys as variable names and values as variable values. 接受结合数组var_array作为参数并将键名当作变量名,值作为变量的值。
- An associative array of items uploaded to the current script via the HTTP POST method. 通过HTTP POST方法传递的已上传文件项目组成的数组。
- An associative array of variables passed to the current script via HTTP cookies. 通过HTTP cookies传递的变量组成的数组。
- An associative array of variables passed to the current script via the HTTP GET method. 通过HTTP GET方法传递的变量组成的数组。
- The mysql_fetch_assoc() function returns a row from a recordset as an associative array. 函数的作用是:从结果集中取得一行作为关联型数组。
- Associative arrays are the same as regular arrays. 关联数组与常规数组相同。
- There are no different indexed and associative array types in PHP; there is only one array type, which can both contain integer and string indices. PHP中没有不同的数字下标和关联下标数组,数组的类型只有一种,它可以同时包含整型和字符串型的下标。
- An associative array containing references to all variables which are currently defined in the global scope of the script. 由所有已定义全局变量组成的数组。
- 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 returns an associative array with red, green, blue and alpha keys that contain the appropriate values for the specified color index. 本函数返回一个具有red,green,blue和alpha的键名的关联数组,包含了指定颜色索引的相应的值。
- You must use an associative array, a numerically indexed array will not produce results unless you use EXTR_PREFIX_ALL or EXTR_PREFIX_INVALID. 必须使用关联数组,数字索引的数组将不会产生结果,除非用了EXTR_PREFIX_ALL或者EXTR_PREFIX_INVALID。
- The method returns an associative array of normalized tags and popularity, ordered by descending popularity, with only one request to the database. 方法返回规范化标签和流行程度的联合数组,按流行人气排序。