您要查找的是不是:
- It only returns an associative array. 它只返回一個(gè)關(guān)聯(lián)數組。
- ARRAY_A - result will be output as an associative array. 結果會(huì )作為結合的數組返回。
- The deflate filter takes up to three parameters passed as an associative array. deflate過(guò)濾器可以接受以一個(gè)關(guān)聯(lián)數組傳遞的最多三個(gè)參數。
- The result of the method is an associative array of tag names and popularity. 函數結果是用標簽名和人氣組成的聯(lián)合數組。
- An associative array, each ID key is associated with a value. 這個(gè)數組中的每個(gè)ID都是與一個(gè)值聯(lián)系在一塊(即它們是配套的,組合在一塊的)。
- In the example below we create a container class that stores an associative array of Flag objects. 在以下的范例中我們建立一個(gè)容器類(lèi)來(lái)儲存Flag對象的一個(gè)相關(guān)數組。
- 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. 通過(guò)HTTP POST方法傳遞的已上傳文件項目組成的數組。
- An associative array of variables passed to the current script via HTTP cookies. 通過(guò)HTTP cookies傳遞的變量組成的數組。
- An associative array of variables passed to the current script via the HTTP GET method. 通過(guò)HTTP GET方法傳遞的變量組成的數組。
- The mysql_fetch_assoc() function returns a row from a recordset as an associative array. 函數的作用是:從結果集中取得一行作為關(guān)聯(lián)型數組。
- 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中沒(méi)有不同的數字下標和關(guān)聯(lián)下標數組,數組的類(lèi)型只有一種,它可以同時(shí)包含整型和字符串型的下標。
- 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. 每個(gè)字符串都是一個(gè)商品的名稱(chēng),關(guān)聯(lián)數組中的對應數字就是購物車(chē)中該商品的數量。
- This returns an associative array with red, green, blue and alpha keys that contain the appropriate values for the specified color index. 本函數返回一個(gè)具有red,green,blue和alpha的鍵名的關(guān)聯(lián)數組,包含了指定顏色索引的相應的值。
- Associative arrays are the same as regular arrays. 關(guān)聯(lián)數組與常規數組相同。
- You must use an associative array, a numerically indexed array will not produce results unless you use EXTR_PREFIX_ALL or EXTR_PREFIX_INVALID. 必須使用關(guān)聯(lián)數組,數字索引的數組將不會(huì )產(chǎn)生結果,除非用了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. 方法返回規范化標簽和流行程度的聯(lián)合數組,按流行人氣排序。
- You can also reference associative array variables that are assigned from PHP by specifying the key after the '.' (period) symbol. 你也可以經(jīng)由指定句號(.;)后的關(guān)鍵字參照PHP程式分配的關(guān)聯(lián)陣列。
- PHP already had the notion of associative array collections, and the new classes were nothing but a neat new way of accessing them. 當時(shí)PHP已經(jīng)有了關(guān)聯(lián)數據集合的概念,這種新類(lèi)不過(guò)是能讓處理方法顯得更簡(jiǎn)潔而已。