access levels in ini_get_all

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
frao_0
Forum Commoner
Posts: 27
Joined: Sat Aug 08, 2009 3:52 am
Location: Toulouse, France

access levels in ini_get_all

Post by frao_0 »

Hello everybody :D

I have a question about php function ini_get_all. When seeing details, access level is sometimes set to 6. If you see users comments in the link hereinbefore, you see that access 6 is not explained. Anybody has any idea what 6 stands for?

Any help welcome :)

ps: i've googled it, with no results
frao_0
Forum Commoner
Posts: 27
Joined: Sat Aug 08, 2009 3:52 am
Location: Toulouse, France

Re: access levels in ini_get_all

Post by frao_0 »

After further investigations, it seems 6 would equal 2 and be PHP_INI_PERDIR. But why have 2 and 6 then?
Post Reply