TCPDF::_destroy( $destroyall = false, $preserve_objcopy = false )
Unset all class variables except the following critical variables.
Description Description
Parameters Parameters
- $destroyall
-
(Optional) (boolean) if true destroys all class variables, otherwise preserves critical variables.
Default value: false
- $preserve_objcopy
-
(Optional) (boolean) if true preserves the objcopy variable
Default value: false
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
4.5.016 | Introduced. |