Forum Moderators: coopster

Message Too Old, No Replies

Determine Whether a Function is Available?

is this possible?

         

FourDegreez

12:17 am on Apr 19, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm dynamically including files that have custom functions in them. Is there a way I can test to see if a particular function that may or may not be present in the include file is available?

zCat

12:24 am on Apr 19, 2006 (gmt 0)

10+ Year Member



function_exists()

[php.net...]