TCPDF_STATIC::_getUFWORD( $str,  $offset )

Get UFWORD from string (Big Endian 16-bit unsigned integer).


Description Description


Parameters Parameters

$str

(Required) (string) string from where to extract value

$offset

(Required) (int) point from where to read the data


Top ↑

Return Return

(int) 16 bit value


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
5.9.123 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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