PHP hebrev() 是字符串函數,用於將希伯來語文本從右到左或從左到右的可視化文本進行轉換。
用法:
hebrev(string,maxcharline) ;
參數 | 描述 | 必需/可選 |
---|---|---|
string | 希伯來文。 | required |
maxcharline | 指定每行的最大字符數。 | optional |
例子1
<?php
echo hebrev("? ???? ?????");
?>
輸出:
??????? ?????? ???
相關用法
- PHP SimpleXMLElement children()用法及代碼示例
- PHP PHPUnit assertIsNotFloat()用法及代碼示例
- PHP ReflectionClass getTraitAliases()用法及代碼示例
- PHP hash_hmac()用法及代碼示例
- PHP String wordwrap()用法及代碼示例
- PHP imagecreatefromstring()用法及代碼示例
- PHP is_file( )用法及代碼示例
- PHP ArrayIterator asort()用法及代碼示例
- PHP IntlCalendar getTimeZone()用法及代碼示例
- PHP SplPriorityQueue isCorrupted()用法及代碼示例
- PHP imagegif()用法及代碼示例
- PHP imageresolution()用法及代碼示例
- PHP SplFileInfo getPerms()用法及代碼示例
- PHP array_reverse()用法及代碼示例
- PHP IntlCalendar getActualMinimum()用法及代碼示例
- PHP metaphone()用法及代碼示例
- PHP imagebmp()用法及代碼示例
- PHP DOMDocument createElementNS()用法及代碼示例
- PHP prev()用法及代碼示例
- PHP imagefilledrectangle()用法及代碼示例
注:本文由純淨天空篩選整理自 PHP Hebrev() Function。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。