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 | > | Download .zip .tar.gz | > | Support forum | > | Blog | > | Latest changes |
|
|
Groups | Applications | Files |
Groups |
PHP 5 | Classes using PHP 5 specific features | View top rated classes |
Language | Constructs to assist in the language control | View top rated classes |
Configuration | 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.
Files |
File | Role | Description | ||
---|---|---|---|---|
bin (1 file) | ||||
src (2 files) | ||||
.editorconfig | Data | Auxiliary data | ||
build.xml | Data | Auxiliary data | ||
CHANGELOG.md | Data | Auxiliary data | ||
composer.json | Data | Auxiliary data | ||
LICENSE.md | Lic. | License text | ||
phive.xml | Data | Auxiliary data | ||
README.md | Doc. | Documentation |
Download all files: php-ini-settings.tar.gz php-ini-settings.zip NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.
|