The quick fox jumps over the lazy dog. [Google][API]rel=”friend”。target=”_blank”でいっぱいいっぱいなのにまた増えた。

Now loading...

2 月 03

メモ。

シングル・ダブルクオーテーションに関する動作を示すオプションの第2の引数をとり、無指定でデフォルトはENT_COMPAT(ダブルクオーテーションを変換、シングルクオーテーションを無変換)。ENT_QUOTESでダブルおよびシングルクオーテーションをそれぞれ”、’に変換。


<?php
$text = htmlspecialchars($_POST['text'], ENT_QUOTES);
?>

[Reference]
htmlentities - PHPマニュアル
htmlspecialchars - PHPマニュアル

Related posts:

Tags: ,

Now loading...

Title Link:

Trackback URL:

Leave a Reply