The function String() takes a string, string, wraps it in a table ({value = s or ''}), and assigns the metatable mt to the table.
函数String()接收一个字符串 string,将其封装到一个表({value =sor ''})中,并将元表 mt赋值给这个表。
For example, to limit the XML content size, you can call the standard XQuery function string-length before you return the XML.
比如,为了限制XML内容的大小,可以在返回XML之前调用标准XQuery函数string - length 。
The parseInt function parses a string and returns an integer.
字符串函数用于将一个字符串转换为整型数字。
The function begins by creating an empty string.
此函数首先创建了一个空字符串。
This function simply adds the Monitoring started. string to the log file.
这个函数只是添加一个说明性字符串到日志文件。
If all quotes are now removed from that string by some function in the application code, the string analysis model detects that this string cannot possibly hold quotes from here on.
如果所有的引号现在都被这个应用程序代码中的一些功能从此字符串中清除掉,那么这个字符串分析模型就会检测到这个字符串从此以后就不可能包含引号。
Pass the updated text string into this function.
将更新过的文本字符串传递给这个函数。
This function takes a string value as input which is a valid SQL full select statement.
此函数将一个字符串值作为输入,该字符串是一个有效的SQL全选择语句。
In case a file does not have an extension, the function returns an empty string.
对于文件没有扩展名的情况,此函数将返回空字符串。
Please be advised that this function returns a string and not XML.
请注意此函数返回的是一个字符串,而非 XML。
If you take the length of a character in CODEUNITS, the output differs according to the CODEUNITS used as inputs to the string function.
如果使用CODEUNITS来获取字符的长度,则用作字符串函数输入的CODEUNITS的不同会导致输出的不同。
This function takes an ODBC connector string, a user name, and a password as parameters.
该函数将OD BC连接器字符串、用户名称和密码作为参数。
SECLABEL_TO_CHAR: This function returns a string representation of the values that make up a security label.
SECLABEL_TO_CHAR:该函数返回组成一个安全标签的值的一个字符串表示。
You pass in the URL and a string naming the callback function.
传递一个URL和命名回调函数的字符串。
Length of a string variable: Input argument for the SUBSTR function, which determines the desired length of the resulting string or output of the length function.
字符串变量的长度:substr函数的输入参数,决定了结果字符串的期望长度或length函数的输出。
Note that the new string function is under the SYSIBM function path, compared to the older functions under the SYSFUN version.
注意:新的字符串函数位于SYSIBM函数路径下,而旧一些的函数位于SYSFUN路径下。
This can be done by passing the value to the String function as in this example: eval (String (formula));.
这可以像本例中一样通过将值传递给String函数来做到:eval (String (formula));。
If no function matches, it tries String and finally Object.
如果没有任何函数匹配,它将尝试String,最终尝试Object。
The puts function displays a string on the console.
puts函数在控制台上显示一个字符串。
Line 1 uses splitlines(), a string function, to separate the list of servers, and then these values are stored as a variable, appServers.
第 1 行使用一个字符串函数splitlines() 分隔服务器列表,然后将这些值作为一个变量appServers 进行存储。
This function divides the string at every point that matches the provided regex.
此函数将在匹配给定regex的每个点上划分字符串。
Do this by calling the Dojo string utility function substitute.
这通过调用dojo字符串工具函数substitute来完成。
Alert is a function invocation, with a single string as a parameter.
alert是个函数调用,只有一个字符串作为参数。
The strncpy_from_user function copies a string from user space into a kernel buffer, given a user space source address and Max length.
strncpy _ from_user函数将一个字符串从用户空间复制到一个内核缓冲区,给定一个用户空间源地址和最大长度。
Exec -this handy PHP function sends a string for the operating system's command line to process.
exec—这个方便的php函数发送一个字符串供操作系统的命令行处理。
The addCallback function takes a string as its first parameter.
addcallback函数的第一个参数是字符串。
There are eight fundamental types (of values) in Lua: nil, Boolean, number, string, function, thread, table, and userdata.
Lua中的基本类型(值)有8种:nil,布尔型,数字,字符串,函数,线程,表以及用户数据。
The md5() function hashes whatever string is fed to it and turns it into a 32-character fixed-length string.
md5()函数可以散列反馈的任何字符串,并将其转变为固定长度为 32 个字符的字符串。
If the value isn't a number (say it's number (xyz), for example), the function returns the string NaN (not a number).
如果值不是数字(譬如,假设它是number (xyz)),则函数返回字符串NaN(表示不是数字)。
If the value isn't a number (say it's number (xyz), for example), the function returns the string NaN (not a number).
如果值不是数字(譬如,假设它是number (xyz)),则函数返回字符串NaN(表示不是数字)。
应用推荐