91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

如何在PHP中使用htmlentities()函數

發布時間:2020-12-31 16:21:27 來源:億速云 閱讀:133 作者:Leah 欄目:開發技術

今天就跟大家聊聊有關如何在PHP中使用htmlentities()函數,可能很多人都不太了解,為了讓大家更加了解,小編給大家總結了以下內容,希望大家根據這篇文章可以有所收獲。

PHP htmlentities() 函數

實例

把一些字符轉換為 HTML 實體:

<?php 
$str = "<&copy; W3CS&ccedil;h°°&brvbar;§>"; 
echo htmlentities($str); 
?>

上面代碼的 HTML 輸出如下(查看源代碼):

<!DOCTYPE html> 
<html> 
<body> 
&lt;&copy; W3CS&ccedil;h&deg;&deg;&brvbar;&sect;&gt; 
</body> 
</html>

上面代碼的瀏覽器輸出如下:

<&copy; W3CS&ccedil;h°°&brvbar;§>

定義和用法

htmlentities()函數把字符轉換為 HTML 實體。

提示: 要把 HTML 實體轉換回字符,請使用 html_entity_decode() 函數。

提示: 請使用 get_html_translation_table() 函數來返回 htmlentities() 使用的翻譯表。

語法

htmlentities( _string,flags,character-set,double_encode_ )

如何在PHP中使用htmlentities()函數

如何在PHP中使用htmlentities()函數

實例 1

把一些字符轉換為 HTML 實體:

<?php 
$str = "Jane & 'Tarzan'"; 
echo htmlentities($str, ENT_COMPAT); // Will only convert double quotes 
echo "<br>"; 
echo htmlentities($str, ENT_QUOTES); // Converts double and single quotes 
echo "<br>"; 
echo htmlentities($str, ENT_NOQUOTES); // Does not convert any quotes 
?>

上面代碼的 HTML 輸出如下(查看源代碼):

<!DOCTYPE html> 
<html> 
<body> 
Jane &amp; 'Tarzan'<br> 
Jane &amp; &#039;Tarzan&#039;<br> 
Jane &amp; 'Tarzan' 
</body> 
</html>

上面代碼的瀏覽器輸出如下:

Jane & 'Tarzan' 
Jane & 'Tarzan' 
Jane & 'Tarzan'

實例 2

通過使用西歐字符集,把一些字符轉換為 HTML 實體:

<?php 
$str = "My name is &Oslash;yvind &Aring;sane. I'm Norwegian."; 
echo htmlentities($str, ENT_QUOTES, "ISO-8859-1"); // Will only convert double
quotes (not single quotes), and uses the character-set Western European 
?>

上面代碼的 HTML 輸出如下(查看源代碼):

<!DOCTYPE html> 
<html> 
<body> 
My name is &Oslash;yvind &Aring;sane. I&#039;m Norwegian. 
</body> 
</html>

上面代碼的瀏覽器輸出如下:

My name is &Oslash;yvind &Aring;sane. I'm Norwegian.

看完上述內容,你們對如何在PHP中使用htmlentities()函數有進一步的了解嗎?如果還想了解更多知識或者相關內容,請關注億速云行業資訊頻道,感謝大家的支持。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

积石山| 葫芦岛市| 即墨市| 福州市| 沅陵县| 万山特区| 子长县| 治县。| 明光市| 左云县| 紫阳县| 句容市| 丹凤县| 九台市| 武隆县| 黑河市| 岚皋县| 北京市| 本溪市| 富阳市| 洪雅县| 玉林市| 八宿县| 博湖县| 云林县| 基隆市| 新晃| 若尔盖县| 余庆县| 乐昌市| 四平市| 长武县| 忻城县| 长子县| 大英县| 兰溪市| 凤冈县| 平泉县| 商水县| 永清县| 东安县|