PHP hebrevc() 函数
PHP hebrevc() 函数
定义和用法
hebrevc() 函数把希伯来文本从右至左的流转换为左至右的流。同时,把新行(\n)转换为 <br>。
提示:hebrevc() 和 hebrev() 可以把希伯来逻辑文本(Windows 编码)转换为希伯来可见文本。希伯来可见文本不需要特殊的从右至左字符支持,这使它对于在 Web 上显示希伯来文本很有用处。
语法
hebrevc(string,maxcharline)
参数 | 描述 |
---|---|
string | 必需。希伯来文本。 |
maxcharline | 可选。规定每行的最大字符数。如果可能,hebrevc() 将避免把单词断开。 |
技术细节
返回值: | 返回可见字符串。 |
---|---|
PHP 版本: | 4+ |
PHP String 参考手册
相关文章
- PHP 教程
- PHP echo 和 print 语句
- PHP EOF(heredoc) 使用说明
- PHP 运算符
- PHP 数组
- PHP 文件上传
- PHP Cookie
- PHP 高级过滤器
- PHP array_flip() 函数
- PHP array_intersect_assoc() 函数
- PHP array_push() 函数
- PHP array_reverse() 函数
- PHP array_udiff_uassoc() 函数
- PHP array_unique() 函数
- PHP extract() 函数
- PHP prev() 函数
- PHP uksort() 函数
- PHP 5 Array 函数
- PHP FTP 函数
- PHP 5 Math 函数