将字符串中所有英文单字的开头字母转换为大写的函数应该是( )。
A: ucfirst()
B: strtolower()
C: strtoupper()
D: ucwords()
A: ucfirst()
B: strtolower()
C: strtoupper()
D: ucwords()
举一反三
- 将“字符串首字母转为大写”的函数为 A: ucfirst() B: ucwords() C: strtoupper() D: strtolower()
- 将字符串中所有英文字母转为小写的函数是:( )。 A: ucwords() B: strtolower() C: strtoupper() D: ucfirst()
- 下列选项中,可以将字符串中所有英文字母转为大写的是( )。 A: ucwords() B: strtoupper() C: ucfirst() D: strtolower()
- 能转化整个字符串的函数为 A: strtoupper() B: ucwords() C: strtolower() D: ucfirst()
- 下列函数中,不属于对字符串大小写转换的函数是( )。 A: strtolower( ) B: strtoupper( ) C: trim( ) D: ucfirst( )