Jump to content

how can i check if a function is disabled at runtime?


laten

Recommended Posts

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...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.