PHP | function_exists | Can you have PHP check if a function exists in a different file?

Baseball Freak

New member
I have 2 file, tasks.php and script.php.
tasks.php includes a whole bunch of functions for scripts that I write.
script.php has an include to include tasks.php in it.

I have a function in tasks.php called safety. Is it possible to have a function_exists thing in script.php?
 
Back
Top