TCPDF::checkPageBreak( $h, $y = '', $addpage = true )
Add page if needed.
Description Description
Parameters Parameters
- $h
-
(Required) (float) Cell height. Default value: 0.
- $y
-
(Optional) (mixed) starting y position, leave empty for current position.
Default value: ''
- $addpage
-
(Optional) (boolean) if true add a page, otherwise only return the true/false state
Default value: true
Return Return
(boolean) true in case of page break, false otherwise.
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
3.2.000 | Introduced. |