Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not enough user ratings | Total: 118 | All time: 9,529 This week: 660 |
Version | License | PHP version | Categories | |||
php-ini-settings 1.0 | Custom (specified... | 5 | PHP 5, Language, Configuration |
Description | Author | |
This class can be used to get and set the values of PHP settings dynamically. |
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.
Files (10) |
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 |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.