TCPDF_FONTS::utf8StrArrRev( $arr, $str = '', $setbom = false, $forcertl = false, $isunicode = true, $currentfont )
Reverse the RLT substrings array using the Bidirectional Algorithm (http://unicode.org/reports/tr9/).
Description Description
Parameters Parameters
- $arr
-
(Required) (array) array of unicode values.
- $str
-
(Optional) (string) string to manipulate (or empty value).
Default value: ''
- $setbom
-
(Optional) (bool) if true set the Byte Order Mark (BOM = 0xFEFF)
Default value: false
- $forcertl
-
(Optional) (bool) if true forces RTL text direction
Default value: false
- $isunicode
-
(Optional) (boolean) True if the document is in Unicode mode, false otherwise.
Default value: true
- $currentfont
-
(Required) (array) Reference to current font array.
Return Return
(string)
Source Source
File: includes/lib/tcpdf/include/tcpdf_fonts.php
Changelog Changelog
Version | Description |
---|---|
4.9.000 | Introduced. |