Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
string to compare with
要比较的字符串
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 3
Qualité :
string to be converted.
str: string to be converted.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
the string to be measured.
the string to be measured.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
converts the string to uppercase.
将字符串转换为大写 。
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 3
Qualité :
the string to replace spaces with
将空格替换为此字符串
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 3
Qualité :
writes given string to a file.
将给定字符串写入到一个文件 。
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 3
Qualité :
insert here the string to search for.
在此插入搜索的字符串 。
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 3
Qualité :
appends given string to the end of a file.
将给定的字符串追加到一个文件的末尾 。
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 3
Qualité :
you need two numbers or string to do an addition
您需要两个数字或字符串执行相加运算
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 3
Qualité :
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.