php将小写字母转换为大写字母的方法:可以利用strtoupper()函数来实现。strtoupper()函数可以把字符串转换为大写,并返回转换后的字符串,例如:【strtoupper("Hello World")】。
strtoupper() 函数把字符串转换为大写,并返回转换为大写的字符串。
(推荐教程:php图文教程)
语法:
strtoupper(string)
示例:
(学习视频推荐:php视频教程)
与之类似的函数还:
strtolower() 函数把字符串转换为小写。
示例:
Das obige ist der detaillierte Inhalt vonphp怎样将小写字母转换为大写字母. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!