PHP get_html_translation_table()

Jmnote (토론 | 기여)님의 2021년 5월 13일 (목) 22:02 판 (→‎개요)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

PHP get_html_translation_table()
PHP
CPU
0.0s
MEM
21M
0.0s
Copy
print_r( get_html_translation_table() );
Array
(
    ["] => "
    [&] => &
    [<] => &lt;
    [>] => &gt;
)
PHP
Copy
print_r( get_html_translation_table(HTML_ENTITIES) );
Loading

2 같이 보기[ | ]

3 참고[ | ]