TCPDF_STATIC::_getFIXED( $str, $offset )
Get FIXED from string (32-bit signed fixed-point number (16.16).
Description Description
Parameters Parameters
- $str
-
(Required) (string) string from where to extract value
- $offset
-
(Required) (int) point from where to read the data
Return Return
(int) 16 bit value
Source Source
File: includes/lib/tcpdf/include/tcpdf_static.php
Changelog Changelog
Version | Description |
---|---|
5.9.123 | Introduced. |