TCPDF_STATIC::_getSHORT( $str,  $offset )

Get SHORT from string (Big Endian 16-bit signed 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.2.000 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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