TCPDF_FONTS::utf8Bidi( $ta, $str = '', $forcertl = false, $isunicode = true, $currentfont )
Reverse the RLT substrings using the Bidirectional Algorithm (http://unicode.org/reports/tr9/).
Description Description
Parameters Parameters
- $ta
-
(Required) (array) array of characters composing the string.
- $str
-
(Optional) (string) string to process
Default value: ''
- $forcertl
-
(Optional) (bool) if 'R' forces RTL, if 'L' forces LTR
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
(array) of unicode chars
Source Source
File: includes/lib/tcpdf/include/tcpdf_fonts.php
Changelog Changelog
Version | Description |
---|---|
2.4.000 | Introduced. |