Open lordspace opened 2 months ago
Hi, I find it very useful to use an array as an input parameter instead of 5-6 sequentially positioned parameters. that way you can only pass the required parameters and use default values for the rest.
https://github.com/spipu/html2pdf/blob/master/src/Html2Pdf.php#L178
Hi, I find it very useful to use an array as an input parameter instead of 5-6 sequentially positioned parameters. that way you can only pass the required parameters and use default values for the rest.
https://github.com/spipu/html2pdf/blob/master/src/Html2Pdf.php#L178