I have a script which generates a CSV file with what might be a large dataset, so I increase the PHP max_execution_time
.
Is there a way to reset max_execution_time
to the system default either via a function or by reading the default first, increasing the value, then resetting to the default?