Profesyonel çevirmenler, işletmeler, web sayfaları ve erişimin serbest olduğu çeviri havuzlarından.
string to compare with
要比较的字符串
Son Güncelleme: 2011-10-23
Kullanım Sıklığı: 3
Kalite:
string to be converted.
str: string to be converted.
Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:
the string to be measured.
the string to be measured.
Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:
converts the string to uppercase.
将字符串转换为大写 。
Son Güncelleme: 2011-10-23
Kullanım Sıklığı: 3
Kalite:
the string to replace spaces with
将空格替换为此字符串
Son Güncelleme: 2011-10-23
Kullanım Sıklığı: 3
Kalite:
writes given string to a file.
将给定字符串写入到一个文件 。
Son Güncelleme: 2011-10-23
Kullanım Sıklığı: 3
Kalite:
insert here the string to search for.
在此插入搜索的字符串 。
Son Güncelleme: 2011-10-23
Kullanım Sıklığı: 3
Kalite:
appends given string to the end of a file.
将给定的字符串追加到一个文件的末尾 。
Son Güncelleme: 2011-10-23
Kullanım Sıklığı: 3
Kalite:
you need two numbers or string to do an addition
您需要两个数字或字符串执行相加运算
Son Güncelleme: 2011-10-23
Kullanım Sıklığı: 3
Kalite:
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.