TCPDF_FONTS::UTF8ArrSubString( $strarr,  $start = '',  $end = '',  $unicode = true )

Extract a slice of the $strarr array and return it as string.


Description Description


Parameters Parameters

$strarr

(Required) (string) The input array of characters.

$start

(Optional) (int) the starting element of $strarr.

Default value: ''

$end

(Optional) (int) first element that will not be returned.

Default value: ''

$unicode

(Optional) (boolean) True if we are in unicode mode, false otherwise.

Default value: true


Top ↑

Return Return

(Return) part of a string


Top ↑

Source Source

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


			

Top ↑

User Contributed Notes User Contributed Notes

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