赣南脐橙

keybr

佰草伐

导航

php strtoupper()函数 语法

php strtoupper()函数 语法

作用:把所有字符转换为大写

语法:strtoupper(string)

参数:

参数 描述
string 必须,规定要转换的字符串

说明:strtoupper() 函数把字符串转换为大写,该函数是二进制安全的。

大理石V型块

php strtoupper()函数 示例

<?php
$i = "hello world";
$j = strtoupper($i);
echo $j;
?>

  

 

posted on 2019-11-18 14:08  佰草伐  阅读(259)  评论(0)    收藏  举报

keybr

php基础知识

Wood Furniture