PHP Classes
elePHPant
Icontem

php.ini Settings Manager: Get and set the values of PHP settings dynamically

Recommend this page to a friend!

  Author Author  
Name: jawira <contact>
Classes: 3 packages by
Country: Belgium Belgium


  Detailed description   Download Download .zip .tar.gz  
This class can be used to get and set the values of PHP settings dynamically.

It provides means to change the values of given PHP configuration settings from a running PHP script.

The class can also retrieve the current values of any PHP configuration settings.

Details

PHP ini settings

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 -->

Usage

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');

How to install

@todo

Requirements

@todo

Contributing

To contribute to this project please read CONTRIBUTING.md

License

This library is licensed under the MIT license.


  Classes of jawira  >  php.ini Settings Manager  >  Download Download .zip .tar.gz  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  

 

Name: php.ini Settings Manager
Base name: php-ini-settings
Description: Get and set the values of PHP settings dynamically
Version: -
PHP version: 5
License: Custom (specified in a license file)
 
  Groups   Applications   Files Files  

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Language Constructs to assist in the language control View top rated classes
Group folder image Configuration Configuration formats parsing and generation View top rated classes


  Applications that use this package  
No pages of applications that use this class were specified.

Add link image If you know an application of this package, send a message to the author to add a link here.

  Files folder image Files  
File Role Description
Files folder imagebin (1 file)
Files folder imagesrc (2 files)
Accessible without login Plain text file .editorconfig Data Auxiliary data
Accessible without login Plain text file build.xml Data Auxiliary data
Accessible without login Plain text file CHANGELOG.md Data Auxiliary data
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file LICENSE.md Lic. License text
Accessible without login Plain text file phive.xml Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation

  Files folder image Files  /  bin  
File Role Description
  Accessible without login Plain text file generate-constants.php Aux. Auxiliary script

  Files folder image Files  /  src  
File Role Description
  Plain text file Key.php Class Class source
  Plain text file Settings.php Class Class source

Download 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.