전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
string to compare with
要比较的字符串
마지막 업데이트: 2011-10-23
사용 빈도: 3
품질:
string to be converted.
str: string to be converted.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
the string to be measured.
the string to be measured.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
converts the string to uppercase.
将字符串转换为大写 。
마지막 업데이트: 2011-10-23
사용 빈도: 3
품질:
the string to replace spaces with
将空格替换为此字符串
마지막 업데이트: 2011-10-23
사용 빈도: 3
품질:
writes given string to a file.
将给定字符串写入到一个文件 。
마지막 업데이트: 2011-10-23
사용 빈도: 3
품질:
insert here the string to search for.
在此插入搜索的字符串 。
마지막 업데이트: 2011-10-23
사용 빈도: 3
품질:
appends given string to the end of a file.
将给定的字符串追加到一个文件的末尾 。
마지막 업데이트: 2011-10-23
사용 빈도: 3
품질:
you need two numbers or string to do an addition
您需要两个数字或字符串执行相加运算
마지막 업데이트: 2011-10-23
사용 빈도: 3
품질:
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.