Recommend this page to a friend! |
![]() |
Info | Documentation | ![]() |
![]() |
![]() |
Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not enough user ratings | Total: 118 | All time: 9,534 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.
![]() |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() |
||||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Lic. | License text | ||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
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. |
![]() |
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.