How can I check if the function my_function already exists in PHP?
my_function
var_dump( get_defined_functions() );
DISPLAYS all existing functions