Can anyone please explain what "NULL" represents and why it mentions NULL and what other values or types we can mention instead of null in the following line of code
$worksheet->fromArray( $criteria, NULL, 'A1' );
Please help me to understand this line.