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: ''
Return Return
(Return) part of a string
Source Source
File: includes/lib/tcpdf/include/tcpdf_fonts.php
Changelog Changelog
Version | Description |
---|---|
4.5.037 | Introduced. |