您要查找的是不是:
- To convert a string to lowercase. 将字符串转换为小写。
- The strtolower() function converts a string to lowercase. 函数的作用是:将一个字符转为小写字母。
- Converts a String to canonical form. 将String转换为规范化形式。
- Converts a string to an HTML-encoded string. 将字符串转换为HTML编码的字符串。
- Converts a string to an integer value. 将字符串转换为整数值。
- To convert a string to uppercase. 将字符串转换为大写。
- Instead to convert a string to a number. 将字符串转换为数字。
- Function to convert a string to a date. 函数将字符串转换为日期。
- Function to convert a string to a time. 函数将字符串转换为时间。
- Functions convert a string to a number. 函数将字符串转换为数字。
- You need to convert a string from uppercase to lowercase, or vice versa. 你需要将一个字符串从大写转换为小写;或者相反.
- This class also converts a string to a target value. 该类还将字符串转换为目标值。
- Converts a string to lowercase 字符串转化成小写
- Converts the string to lowercase. 14把字串转换成小写的。
- Convert string to lowercase or uppercase. 将字符串转换小写或大写。
- The UPPER() function converts a string to upper case. 函数会把字串转换成大写字母。
- The strtoupper() function converts a string to uppercase. 函数的作用是:将一个字符转为大写字母。
- Functions to convert a number to a string. 函数将数字转换为字符串。
- Converts all uppercase letters in a text string to lowercase. 将一个文本字符串中的所有大写字母转换为小写字母。
- Converts all uppercase letters in a text string to lowercase letters. 将文本字符串中的所有大写字母转换为小写字母。