TCPDF_STATIC::getObjFilename( $type = 'tmp', $file_id = '' )
Returns a temporary filename for caching object on filesystem.
Description Description
Parameters Parameters
- $type
-
(Optional) (string) Type of file (name of the subdir on the tcpdf cache folder).
Default value: 'tmp'
- $file_id
-
(Optional) (string) TCPDF file_id.
Default value: ''
Return Return
(string) filename.
Source Source
File: includes/lib/tcpdf/include/tcpdf_static.php
Changelog Changelog
Version | Description |
---|---|
4.5.000 | Introduced. |