Change PHP's settings on the fly.
<!-- BADGES: https://github.com/php-pds/badges https://poser.pugx.org/ https://php-eye.com/about#badges https://phppackages.org/p/jawira/case-converter -->
Usually you configure PHP through php.ini
file, however it's also possible to
change these settings at runtime:
Set values:
$ini = new Settings();
$oldValue = $ini->set('option-name','value');
Get values:
$ini = new Settings();
$oldValue = $ini->get('option-name');
@todo
@todo
To contribute to this project please read CONTRIBUTING.md
This library is licensed under the MIT license.
Classes of jawira | > | php.ini Settings Manager | > | ![]() |
> | ![]() |
> | ![]() |
> | ![]() ![]() |
|
|
Groups | Applications | ![]() |
Groups |
![]() |
Classes using PHP 5 specific features | View top rated classes |
![]() |
Constructs to assist in the language control | View top rated classes |
![]() |
Configuration formats parsing and generation | View top rated classes |
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
![]() |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() |
||||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Lic. | License text | ||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Doc. | Documentation |
![]() NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.
|