aximbigfan Posted February 21, 2008 Share Posted February 21, 2008 Hi, Is there anyway (I know there is, just not how) to figure out certain PHP.ini directives? For example, just say a directive, and the function will say what it's value is? Thanks Chris Link to comment https://forums.phpfreaks.com/topic/92236-figure-out-directives/ Share on other sites More sharing options...
bpops Posted February 21, 2008 Share Posted February 21, 2008 Is phpinfo() what you're looking for? Link to comment https://forums.phpfreaks.com/topic/92236-figure-out-directives/#findComment-472517 Share on other sites More sharing options...
aximbigfan Posted February 21, 2008 Author Share Posted February 21, 2008 No, it has to be a function that just says one directive that you spec. Not an entire formatted page. Chris Link to comment https://forums.phpfreaks.com/topic/92236-figure-out-directives/#findComment-472518 Share on other sites More sharing options...
aximbigfan Posted February 21, 2008 Author Share Posted February 21, 2008 Never mind, in looking at phpinfo() to see what else it may be able to do, it had get_ini() as a related function, which does what I need it to do. Chris Link to comment https://forums.phpfreaks.com/topic/92236-figure-out-directives/#findComment-472520 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.