strtoupper

基本介紹

  • 中文名:strtoupper
  • 定義和用法:strtoupper() 函式把字元
  • 語法:strtoupper(string)
  • 參數:string
例子
<?php
echo strtoupper("Hello WORLD!");
?>
輸出:
HELLO WORLD!
PHP String 函式

相關詞條

熱門詞條

聯絡我們