ini_set
spatie/ignition
Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Sets the value of a configuration option
Alias
ini_alter
<?php ini_set
(
string $option
,
string
|
int
|
float
|
bool
|
null $value
):
string
|
false