$arrParamsSection

require_once('../classes/cCreateDocx.inc');
$objDocx = new cCreateDocx();
$arrParamsSection = array('orient' => 'landscape','top' => 4000, 'bottom' => 4000, 'right' => 4000, 'left' => 4000);
$objDocx->fAddSection($arrParamsSection);
$objDocx->fCreateDocx('ejemplo_section');
Your comments