这些结果将存储为字符串数组。
输入字段的值作为字符串数组返回。
The values of the input fields are returned as an array of strings.
每个值就是一个字符串或字符串数组。
它传递一个字符串数组。
字符型:字符型是字符串数组。
因此,必须定义一个包含字符串数组的元素。
Therefore, you have to define a element that contains an array of strings.
这个数字用于提取字符串数组的元素。
This random number is used to extract one of the members of the array words.
这个方法将返回包含指定作者的书名的字符串数组。
This method will return a String array of the Book titles given an Author's name.
清单9展示了一个称为options的新的字符串数组。
Consider Listing 9, which shows a new array of strings called options.
在本例中,preg_replace将返回修改后的字符串数组。
In this case, preg_replace returns an array of modified strings.
步骤2:指定一个响应字符串数组,这些字符串的值都是我们感兴趣的。
Step 2: Specify an array of response strings whose values are of interest.
我们可以使用server类主方法并传递一个字符串数组作为其参数。
We can just use the Server class main method and pass the arguments as an array of Strings.
preg_replace函数可以对单个字符串或字符串数组进行操作。
The preg_replace function can operate on a single string or an array of strings.
步骤3:用密钥名和响应字符串数组创建XKMSLocate对象。
Step 3: Create the XKMSLocate object with the key name and the array of response strings.
结果是生成一个Rhin o字符串数组,数组的元素包含以下内容。
The result is a Rhino array of string elements containing the following.
如果任何属性使用了一个字符串数组,那么将只返回其中的一个字符串。
If any attribute has an array of strings, only one of them will be returned.
注意:lsxsd. lss库中包含的类允许您传递字符串数组、文件和日期。
NOTE: The lsxsd.lss is a library that contains classes that allow you to pass string arrays, files, and dates.
如果你想发送相同名字的多个头部信息,可以使用字符串数组的形式设置。
Use an array of strings here if you need to send multiple headers with the same name.
主要的优点在于如果要修改或扩展支持的项或城市列表,只需要修改字符串数组即可。
The real benefit here is that to change or expand the list of supported terms or cities you can just update the string array.
步骤基本上与添加性质相同,但是我们是从字符串数组中删除而不是添加一个性质id。
The steps are roughly the same as for adding the nature, but we remove a nature id from the String array, instead of adding one.
PHP的file()函数一步即可完成此操作:它将返回分为若干行的字符串数组。
PHP's file() function does this in one step: It returns an array of strings broken up by lines.
Function#argumentNames返回一个字符串数组,它代表函数的命名参数
Function#argumentNames returns an array of strings representing the function's named arguments
根本的缺陷在于,ReadAllLines会暂停程序的运行直到整个文件都被读到字符串数组中。
The fundamental flaw is that ReadAllLines does just that, it pauses the program until the entire file can be read into an array of strings.
现在使用的是到了一个字符串数组的绑定。在真实的应用中,大多是到一个对象数组的绑定。
At the moment, the binding is to an array of strings. In real applications, most bindings are to more specialized objects.
标准的ArrayContentProvider创建ListViewer并仅显示一个字符串数组。
The standard ArrayContentProvider creates a ListViewer and shows just an array of strings.
GetListOf Models方法提供了一个字符串数组,其中每个字符串表示一种移动电话的型号。
The GetListOfModels method provides an array of strings, where each string represents the model number of a mobile phone.
在这段代码中,RNames是ReaderNames字段的名称,NewValue是字符串或字符串数组。
In this code, RNames is the name of your Reader Names field, and NewValue is a string or array of strings.
arrayconcat函数获取一个字符串数组作为输入并在字符串输出中返回联接后的这些字符串。
The array concat function takes an array of strings as an input and returns a concatenation of the strings into a single string output.
lss文件(可以在本地的Notes程序目录中找到)中的类是很有用的,允许传递字符串数组、文件和数据。
The classes in the lsxsd.lss file (which can be found in your local Notes program directory) are very useful and can allow you to pass string arrays, files, and dates.
如果对一个字符串数组而不是一个字符串调用preg_replace,则数组中的所有元素都将进行替换。
If you call preg_replace with an array of strings rather than a string, all the elements in the array are processed to make replacements.
应用推荐