日韩精品成人无码专区免费-国产99久久久久久免费看-国产精品丝袜久久久久久不卡-国产精品无码一区二区三区

php如何將字符串轉(zhuǎn)換成小寫

發(fā)布時間:2024-05-02 點擊:141
php將字符串轉(zhuǎn)換成小寫的方法是:可以通過strtolower()函數(shù)來實現(xiàn)。該函數(shù)可以把字符串轉(zhuǎn)換成小寫。函數(shù)語法:【strtolower(string)】,具體使用方法如【strtolower($string);】。
(推薦教程:php教程)
函數(shù)介紹:
strtolower() 函數(shù)把字符串轉(zhuǎn)換為小寫。
語法:
strtolower(string)參數(shù)介紹:
string 必需參數(shù)。規(guī)定要轉(zhuǎn)換的字符串。
返回值:
返回轉(zhuǎn)換為小寫的字符串。
代碼實現(xiàn):
<?php$string = "learn php string functions at jb51.net";$lower = strtolower($string);$upper = strtoupper($string);print("$lower\\\\n");print("$upper\\\\n");print("\\\\n");?>

阿里ecs云服務器進入
怎么樣做網(wǎng)站優(yōu)化
我想問下為什么這個域名打不開了
云服務器怎么管理數(shù)據(jù)庫
香港主機必備功能 你的主機差哪個?
.cn的域名必須要備案么
玩客云網(wǎng)站服務器繁忙
云計算開發(fā)學習筆記:Python3三引號和f-string格式化字符串