PHP 中的 strtoupper函数

首页 / PHP入门教程 / PHP 中的 strtoupper函数

strtoupper - 语法

string strtoupper ( string $string )

它用来制作字符串大写

Sr.No 参数 & Description
1

string

它指定输入字符串

无涯教程网

链接:https://www.learnfk.comhttps://www.learnfk.com/php/php-function-strtoupper.html

来源:LearnFk无涯教程网

strtoupper - 返回值

它返回字符串大写

strtoupper - 示例

<?php
   echo strtoupper("tutorials point.");
?>

这将产生以下输出-

TUTORIALS POINT.

祝学习愉快!(内容编辑有误?请选中要编辑内容 -> 右键 -> 修改 -> 提交!)

技术教程推荐

人工智能基础课 -〔王天一〕

推荐系统三十六式 -〔刑无刀〕

微服务架构实战160讲 -〔杨波〕

算法面试通关40讲 -〔覃超〕

面试现场 -〔白海飞〕

TensorFlow 2项目进阶实战 -〔彭靖田〕

Python自动化办公实战课 -〔尹会生〕

技术面试官识人手册 -〔熊燚(四火)〕

结构思考力 · 透过结构看思考 -〔李忠秋〕

好记忆不如烂笔头。留下您的足迹吧 :)