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

strrev

文字列を逆にします
名前:strrev
カテゴリ:
対応言語:php
一言説明:文字列を反転させます。

文字列「私は上海が大好き!」を反転させます:

 <span class="token php language-php"><span class="token delimiter important"><?php</span>
<span class="token keyword">Echo</span> <span class="token function">Strrev</span> <span class="token punctuation">(</span> <span class="token string double-quoted-string">「私はShanghaiが大好き!」</span> <span class="token punctuation">)</span> <span class="token punctuation">;</span>
<span class="token delimiter important">?></span></span>

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

類似の関数
  • 一方向の文字列ハッシュ crypt

    crypt

    一方向の文字列ハッシュ
  • CSV文字列を配列に解析します str_getcsv

    str_getcsv

    CSV文字列を配列に解析します
  • 文字列でROT13変換を実行します str_rot13

    str_rot13

    文字列でROT13変換を実行します
  • 文字列を置き換えるサブストリング substr_replace

    substr_replace

    文字列を置き換えるサブストリング
  • 千個のセパレーターの数字をフォーマットします number_format

    number_format

    千個のセパレーターの数字をフォーマットし
  • 2つの文字列間の類似性を計算します similar_text

    similar_text

    2つの文字列間の類似性を計算します
  • キャラクターをあるキリル文字から別のキャラクターに変換します convert_cyr_string

    convert_cyr_string

    キャラクターをあるキリル文字から別のキャ
  • 文字列で使用されている単語に関する情報を返します str_word_count

    str_word_count

    文字列で使用されている単語に関する情報を