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。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。