您要查找的是不是:
- Method returns an array of bytes containing the byte order mark. 方法返回一个包含字节顺序标记的字节数组。
- Method returns an array of Type objects representing the types specified by an arbitrary set of objects. 方法返回表示任意一组对象所指定的类型的。
- Method returns an array of integer values that correspond to the update count of each command. 方法返回一个整数数组,包含每个命令的更新计数所对应的整数值。
- Class to return an array of counters in a category. 方法可以返回某个类别的计数器数组。
- Range() returns an array of elements from low to high, inclusive. range()返回数组中从low到high的单元,包括它们本身。
- The method returns an associative array of normalized tags and popularity, ordered by descending popularity, with only one request to the database. 方法返回规范化标签和流行程度的联合数组,按流行人气排序。
- Returns an array of the get and set accessors on this property. 返回此属性上的get和set访问器数组。
- The GetEventLogs method normally returns an array of EventLog objects, and these EventLog objects can't be used directly from Visual Basic 6.0. GetEventLogs方法通常返回一组EventLog对象,不过不能直接从VB6中使用这些EventLog对象。
- Method returns an array of 方法返回一个
- The glob() function returns an array of filenames or directories matching a specified pattern. 函数的作用是:以数组的形式返回与指定模式相匹配的文件名或目录。
- This function returns an array of the names of the declared classes in the current script. 返回由当前脚本中已定义类的名字组成的数组。
- The XmlTextAttribute can also be applied to a field that returns an XmlNode or an array of XmlNode objects. XmlTextAttribute也可以应用于返回一个XmlNode或XmlNode对象数组的字段。
- The following example uses a filter expression and record state to return an array of DataRow objects. 下面的示例使用筛选表达式和记录状态来返回DataRow对象的数组。
- By extension, an array of any number of dimensions. 广义来说,矩阵可以是任意维数的数组。
- If this function completes all of its actions, it returns an array of query results or the number of rows affected by the query. 如果此函数完成了它的所有操作,则返回查询结果数组或受查询影响的行数。
- Returns an array of Type objects representing a filtered list of interfaces implemented or inherited by the current Type. 返回表示接口(由当前Type所实现或继承)的筛选列表的Type对象数组。
- Method adds an array of values to the attribute. 方法将值数组添加到属性中。
- Returns an array of strings, each of which is a substring of string formed by splitting it on boundaries formed by the case-sensitive regular expression pattern. 本函数返回一个字符串数组,每个单元为string经区分大小写的正则表达式pattern作为边界分割出的子串。
- The array_rand() function returns a random key from an array, or it returns an array of random keys if you specify that the function should return more than one key. 函数用于随机返回数组中的一个键;如果你希望随机返回多个键,那么他将以数组的形式返回这些键。