hebrevc() 函數用於通過換行轉換將邏輯希伯來語文本轉換為可視文本。它還將新行 (\n) 轉換為 <br>。
用法
hebrevc(str, maxcharline)
參數
str- 希伯來語輸入字符串
maxcharline- 每行將返回的最大字符數。
返回
hebrevc() 函數返回視覺字符串。
以下是一個例子 -
示例
<?php
echo hebrevc("á çùåï äúùñâ\ná çùåï äúùñâ");
?>
以下是輸出 -
輸出
âñùúä ïåùç á âñùúä ïåùç á
相關用法
- PHP hexadec()用法及代碼示例
- PHP headers_list()用法及代碼示例
- PHP hexdec( )用法及代碼示例
- PHP header()用法及代碼示例
- PHP headers_sent()用法及代碼示例
- PHP hex2bin()用法及代碼示例
- PHP hash_hmac()用法及代碼示例
- PHP hash_final()用法及代碼示例
- PHP hash()用法及代碼示例
- PHP hash_algos()用法及代碼示例
- PHP highlight_string()用法及代碼示例
- PHP html_entity_decode()用法及代碼示例
- PHP hash_hmac_file()用法及代碼示例
- PHP hash_equals()用法及代碼示例
- PHP hash_file( )用法及代碼示例
- PHP hash_copy()用法及代碼示例
- PHP htmlspecialchars()用法及代碼示例
- PHP htmlspecialchars_decode()用法及代碼示例
注:本文由純淨天空篩選整理自Samual Sam大神的英文原創作品 hebrevc() function in PHP。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。