From professional translators, enterprises, web pages and freely available translation repositories.
string to compare with
要比较的字符串
Last Update: 2011-10-23
Usage Frequency: 3
Quality:
string to be converted.
str: string to be converted.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
the string to be measured.
the string to be measured.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
converts the string to uppercase.
将字符串转换为大写 。
Last Update: 2011-10-23
Usage Frequency: 3
Quality:
the string to replace spaces with
将空格替换为此字符串
Last Update: 2011-10-23
Usage Frequency: 3
Quality:
writes given string to a file.
将给定字符串写入到一个文件 。
Last Update: 2011-10-23
Usage Frequency: 3
Quality:
insert here the string to search for.
在此插入搜索的字符串 。
Last Update: 2011-10-23
Usage Frequency: 3
Quality:
appends given string to the end of a file.
将给定的字符串追加到一个文件的末尾 。
Last Update: 2011-10-23
Usage Frequency: 3
Quality:
you need two numbers or string to do an addition
您需要两个数字或字符串执行相加运算
Last Update: 2011-10-23
Usage Frequency: 3
Quality:
arguments are a string to be encrypted and an optional salt string to base the encryption on.
crypt() will return an encrypted string using the standard unix des-based encryption algorithm or alternative algorithms that may be available on the system. arguments are a string to be encrypted and an optional salt string to base the encryption on. see the unix man page for your crypt function for more information.