laten Posted May 29, 2007 Share Posted May 29, 2007 ??? ??? ??? 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... 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
Archived
This topic is now archived and is closed to further replies.