\Composer\UtilIniHelper

Provides ini file location functions that work with and without a restart.

When the process has restarted it uses a tmp ini and stores the original ini locations in an environment variable.

Summary

Methods
Properties
Constants
getAll()
getMessage()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

getAll()

getAll() : array

Returns an array of php.ini locations with at least one entry

The equivalent of calling php_ini_loaded_file then php_ini_scanned_files. The loaded ini location is the first entry and may be empty.

Returns

array

getMessage()

getMessage() : string

Describes the location of the loaded php.ini file(s)

Returns

string