문자열 함수 라이브러리: get_html_translation_table

출처: 인터넷
작성자: 사용자
키워드: get_html_translation_table php 중국인 함수 핸드북

Get_html_translation_table

(P h p 4 > = 4.0b4)

Get_html_translation_table---& http://www.aliyun.com/zixun/aggregation/37954.html "> nbsp; Htmlspecialchars () 및 Htmlentities ()에서 사용 하는 변환 테이블을 반환 합니다.

구문: 문자열 get_html_translation_table (int 테이블)

설명:

Get_html_translation_table () Htmlspecialchars () 및 Htmlentities (), 두 개의 새로운 정의가 Html_에 의해 내부적으로 사용 하는 변환 테이블을 반환 합니다. 엔터티 고 Htmlspecialchars, 당신이 원하는 형태를 지정할 수 있습니다.

예:

<? php

$trans = get_html_translation_table (html_entities);

$str = "안녕 & < 프라 우 > & kr 鄝 어";

$encoded = Strtr ($str, $trans);

? >

변수 $encoded 포함 됩니다: "안녕 & 앰프; & lt; 프라 우 & gt; & 앰프; Kr auml; 메 르 "

Array_flip ()를 사용 하 여 변환의 방향을 변경할 수 있습니다.

예:

<? php

$trans = Array_flip ($trans);

$original = Strtr ($str, $trans);

? >

$original 콘텐츠 될 것입니다: "안녕 & < 프라 우 > & kr 鄝 어"

참고:이 함수는 PHP4.0에서 새로운 기능

참고 자료: Htmlspecialchars () htmlentities () Strtr () Array_flip)

관련 문서

연락처

이 페이지의 내용은 인터넷에서 가져온 것이므로 Alibaba Cloud의 공식 의견이 아닙니다.이 페이지에서 언급 된 제품 및 서비스는 Alibaba Cloud와는 관련이 없으므로이 페이지의 내용이 골칫거리 인 경우 저희에게 알려주십시오. 우리는 5 일 근무일 이내에 이메일을 처리 할 것입니다.

커뮤니티에서 표절 사례를 발견한 경우 info-contact@alibabacloud.com 으로 관련 증거를 첨부하여 이메일을 보내주시기 바랍니다. 당사 직원이 영업일 기준 5일 내에 연락 드리도록 하겠습니다.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.