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: ''


Top ↑

Return Return

(string) filename.


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.5.000 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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