Returns all the registered configuration options as an
associative array. If the optional extension
parameter is set, returns only options specific for that
extension.
The returned array uses the directive name as the array key, with
elements of that array being global_value (set in
php.ini), local_value (perhaps set with
ini_set() or .htaccess), and
access (the access level). See the manual section
on configuration changes
for information on what access levels mean.
Note:
It's possible for a directive to have multiple access levels, which is
why access shows the appropriate bitmask values.
ini get all php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php ini get all syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.