简单教程
提交运行
代码编辑器:
<?php echo strtoupper("Hello WORLD!");
x
1
<?php
2
echo
strtoupper
(
"Hello WORLD!"
);
3
运行结果: