The converse, using ini_get:
ini_get('max_execution_time');
Note: if you check the documentation page for ini_set
, you can find ini_get
listed prominently on the "See Also" section. That's a very good way to discover functionality built into PHP that you are not already aware of.