TCPDF_FONTS::UniArrSubString( $uniarr,  $start = '',  $end = '' )

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


Description Description


Parameters Parameters

$uniarr

(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: ''


Top ↑

Return Return

(Return) part of a string


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.