현재 위치: > 함수 카테고리 모음> str_shuffle

str_shuffle

문자열을 무작위로 방해합니다
이름:str_shuffle
분류:
사용 언어:php
한 줄 설명:문자열의 모든 문자를 무작위로 방해합니다.

문자열의 모든 문자를 무작위로 방해합니다.

 <span class="token php language-php"><span class="token delimiter important"><? php</span>
<span class="token keyword">echo</span> <span class="token function">str_shuffle</span> <span class="token punctuation">(</span> <span class="token string double-quoted-string">"나는 상하이를 좋아한다"</span> <span class="token punctuation">)</span> <span class="token punctuation">;</span>
<span class="token delimiter important">?></span></span>

직접 시도하십시오

유사한 함수
  • 문자열을 반복하십시오 str_repeat

    str_repeat

    문자열을반복하십시오
  • 스트리밍하기 위해 형식의 문자열을 작성하십시오 vfprintf

    vfprintf

    스트리밍하기위해형식의문자열을작성하십시
  • 백 슬래시를 사용하여 끈을 탈출합니다 addslashes

    addslashes

    백슬래시를사용하여끈을탈출합니다
  • 문자열이 주어진 부분 문자열로 시작하는지 확인하십시오 str_starts_with

    str_starts_with

    문자열이주어진부분문자열로시작하는지확인
  • 캐릭터를 한 키릴 문자에서 다른 키릴 문자로 변환하십시오 convert_cyr_string

    convert_cyr_string

    캐릭터를한키릴문자에서다른키릴문자로변환
  • htmlspecialchars () 및 htmlentities ()를 사용한 후 변환 테이블을 반환합니다. get_html_translation_table

    get_html_translation_table

    htmlspecialchars()및h
  • 문자열의 일부를 반환하십시오 substr

    substr

    문자열의일부를반환하십시오
  • 문자열에 주어진 서브 스트링이 포함되어 있는지 여부를 결정합니다 str_contains

    str_contains

    문자열에주어진서브스트링이포함되어있는지