現在の位置: ホーム> 関数カテゴリ一覧> strtoupper

strtoupper

文字列を大文字に変換します
名前:strtoupper
カテゴリ:
対応言語:php
一言説明:文字列を大文字に変換します。

すべての文字を大文字に変換します:

 <span class="token php language-php"><span class="token delimiter important"><?php</span>
<span class="token keyword">Echo</span> <span class="token function">Strtoupper</span> <span class="token punctuation">(</span> <span class="token string double-quoted-string">"Hello World!"</span> <span class="token punctuation">)</span> <span class="token punctuation">;</span>
<span class="token delimiter important">?></span></span>

自分で試してみてください

類似の関数
  • 文字列の最初と端からスペース(または他の文字)を削除します trim

    trim

    文字列の最初と端からスペース(または他の
  • 2つの文字列間の類似性を計算します similar_text

    similar_text

    2つの文字列間の類似性を計算します
  • UUENCODEエンコードされた文字列をデコードします convert_uudecode

    convert_uudecode

    UUENCODEエンコードされた文字列を
  • フォーマットされた文字列を返します sprintf

    sprintf

    フォーマットされた文字列を返します
  • タグ分割文字列 strtok

    strtok

    タグ分割文字列
  • 文字列の最初の文字を大文字に設定します ucfirst

    ucfirst

    文字列の最初の文字を大文字に設定します
  • 文字列を置き換えるサブストリング substr_replace

    substr_replace

    文字列を置き換えるサブストリング
  • 文字列を繰り返します str_repeat

    str_repeat

    文字列を繰り返します
人気記事(にんききじ)