英[??p?(r)]? ?美[??p?]??
adj.上面的;地位較高的;內(nèi)地的;地表層的
n.鞋幫,靴面;興奮劑;令人興奮的經(jīng)歷
複數(shù): uppers
php strtoupper()函數(shù) 語法
作用:把所有字元轉(zhuǎn)換成大寫
語法:strtoupper(string)
參數(shù):
參數(shù) | 描述 |
#string | 必須,規(guī)定要轉(zhuǎn)換的字串 |
說明:strtoupper() 函數(shù)把字串轉(zhuǎn)換為大寫,該函數(shù)是二進(jìn)位安全的。
php strtoupper()函數(shù) 範(fàn)例
輸出:
HELLO WORLD
############# #輸出:######
I'M STUDY IN PHP.CN