The FPDF.Ln function in PHP is used to move the current position to a new line within a generated PDF document. This function takes in an optional parameter indicating the height of the new line. If no parameter is provided, the height of the last cell is used. This function is commonly used when creating various lines of text and moving to new lines for better formatting and organization within the PDF document.
PHP Fpdf::Ln - 15 examples found. These are the top rated real world PHP examples of Fpdf::Ln extracted from open source projects. You can rate examples to help us improve the quality of examples.