laten Posted May 29, 2007 Share Posted May 29, 2007 ??? ??? ??? Quote Link to comment https://forums.phpfreaks.com/topic/53386-how-can-i-check-if-a-function-is-disabled-at-runtime/ Share on other sites More sharing options...
ToonMariner Posted May 29, 2007 Share Posted May 29, 2007 you can check if it is available using function_exists('func name') - if that returns false then you know it can't be used. Functions are not 'disbaled' they can be called and some logic used to skip bits of what they do or they don't exist in the current script... Quote Link to comment https://forums.phpfreaks.com/topic/53386-how-can-i-check-if-a-function-is-disabled-at-runtime/#findComment-263787 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.