How-to articles, tricks, and solutions about PHP
where is php.ini on ubuntu?
On Ubuntu, the location of the php.ini file depends on the version of PHP you have installed.
Merging cells in Excel by rows and columns together using PHPExcel
To merge cells in Excel using PHPExcel, you can use the mergeCells() method.