您要查找的是不是:
- To convert a string to uppercase. 将字符串转换为大写。
- The strtoupper() function converts a string to uppercase. 函数的作用是:将一个字符转为大写字母。
- 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 lowercase. 将字符串转换为小写。
- 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. 函数将字符串转换为数字。
- This class also converts a string to a target value. 该类还将字符串转换为目标值。
- The ucfirst() function converts the first character of a string to uppercase. 函数的作用是:将字符串中的第一个字母大写。
- Function, converting a string to uppercase, could be implemented as follows 函数可能被实现如下
- Converts a string to UPPERCASE 字符串转化成大写
- The ucwords() function converts the first character of each word in a string to uppercase. 函数的作用是:将字符串中每个词的第一个字母大写。
- Converts a character to uppercase. 转换字符到大写。
- Converts the specified string to uppercase. 将指定的字符串转换为大写。
- The strtolower() function converts a string to lowercase. 函数的作用是:将一个字符转为小写字母。
- The UPPER() function converts a string to upper case. 函数会把字串转换成大写字母。
- Convert the string to uppercase. 14把字串转换成大写的。