PHP String 函数
把所有字符转换为大写:
<?php echo strtoupper("Hello WORLD!"); ?>
运行实例
strtoupper() 函数把字符串转换为大写。
注释:该函数是二进制安全的。
strtoupper(string)
如对本文有疑问,请提交到交流论坛,广大热心网友会为你解答!! 点击进入论坛