TCPDF_FONTS::UTF8ArrayToUniArray( $ta, $isunicode = true )
Convert an array of UTF8 values to array of unicode characters
Description Description
Parameters Parameters
- $ta
-
(Required) (array) The input array of UTF8 values.
- $isunicode
-
(Optional) (boolean) True for Unicode mode, false otherwise.
Default value: true
Return Return
(Return) array of unicode characters
Source Source
File: includes/lib/tcpdf/include/tcpdf_fonts.php
Changelog Changelog
Version | Description |
---|---|
4.5.037 | Introduced. |