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

hex2bin

16 진 문자열을 바이너리 스트링으로 변환합니다
이름:hex2bin
분류:
사용 언어:php
한 줄 설명:16 진수 문자열을 ASCII 문자로 변환합니다.

16 진 값을 ASCII 문자로 변환합니다.

 <span class="token php language-php"><span class="token delimiter important"><? php</span>
<span class="token keyword">echo</span> <span class="token function">hex2bin</span> <span class="token punctuation">(</span> <span class="token string double-quoted-string">"48656c6c6f20576f726c6421"</span> <span class="token punctuation">)</span> <span class="token punctuation">;</span>
<span class="token delimiter important">?></span></span>

직접 시도하십시오

유사한 함수
  • 8 비트 문자열을 따옴표로 인쇄 가능한 문자열로 변환 quoted_printable_encode

    quoted_printable_encode

    8비트문자열을따옴표로인쇄가능한문자열로
  • 문자열의 Soundex 키를 계산하십시오 soundex

    soundex

    문자열의Soundex키를계산하십시오
  • 문자열의 일부를 반환하십시오 substr

    substr

    문자열의일부를반환하십시오
  • 서브 스트링 교체 str_replace

    str_replace

    서브스트링교체
  • 하나 이상의 문자열을 출력합니다 echo

    echo

    하나이상의문자열을출력합니다
  • 사례에 민감한 strstr stristr

    stristr

    사례에민감한strstr
  • 쿼리 언어 및 로케일 정보 nl_langinfo

    nl_langinfo

    쿼리언어및로케일정보
  • 특수 문자를 HTML 엔티티로 변환하십시오 htmlspecialchars

    htmlspecialchars

    특수문자를HTML엔티티로변환하십시오