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


Top ↑

Return Return

(Return) array of unicode characters


Top ↑

Source Source

File: includes/lib/tcpdf/include/tcpdf_fonts.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.5.037 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.