能转化整个字符串的函数为 A: strtoupper() B: ucwords() C: strtolower() D: ucfirst()
能转化整个字符串的函数为 A: strtoupper() B: ucwords() C: strtolower() D: ucfirst()
下列php函数中,使用()函数比较字符串。 A: strlen() B: strcmp ( ) C: strtolower( ) D: ucfirst()
下列php函数中,使用()函数比较字符串。 A: strlen() B: strcmp ( ) C: strtolower( ) D: ucfirst()
将“字符串首字母转为大写”的函数为 A: ucfirst() B: ucwords() C: strtoupper() D: strtolower()
将“字符串首字母转为大写”的函数为 A: ucfirst() B: ucwords() C: strtoupper() D: strtolower()
哪个函数返回一个字符串里的字符数()。 A: strlen() B: strle() C: strtolower() D: ucfirst()
哪个函数返回一个字符串里的字符数()。 A: strlen() B: strle() C: strtolower() D: ucfirst()
将字符串中每个单词的首字母转换为大写的函数是( )。 A: ucwords( ) B: ucfirst( )
将字符串中每个单词的首字母转换为大写的函数是( )。 A: ucwords( ) B: ucfirst( )
将字符串中所有英文字母转为小写的函数是:( )。 A: ucwords() B: strtolower() C: strtoupper() D: ucfirst()
将字符串中所有英文字母转为小写的函数是:( )。 A: ucwords() B: strtolower() C: strtoupper() D: ucfirst()
在PHP中,使用()函数来将数组合成为字符串。 A: implode() B: explode() C: ucfirst() D: ucwords()
在PHP中,使用()函数来将数组合成为字符串。 A: implode() B: explode() C: ucfirst() D: ucwords()
函数( )的功能是将字符串里的字符变为小写。 A: strlen() B: strcmp ( ) C: strtolower( ) D: ucfirst( )
函数( )的功能是将字符串里的字符变为小写。 A: strlen() B: strcmp ( ) C: strtolower( ) D: ucfirst( )
下列函数中,不属于对字符串大小写转换的函数是( )。 A: strtolower( ) B: strtoupper( ) C: trim( ) D: ucfirst( )
下列函数中,不属于对字符串大小写转换的函数是( )。 A: strtolower( ) B: strtoupper( ) C: trim( ) D: ucfirst( )
下列选项中,可以将字符串中所有英文字母转为大写的是( )。 A: ucwords() B: strtoupper() C: ucfirst() D: strtolower()
下列选项中,可以将字符串中所有英文字母转为大写的是( )。 A: ucwords() B: strtoupper() C: ucfirst() D: strtolower()