I would like to use my function, for example DebugR()
, but I don't want to use a require or include (with include_path
) to load the function file that contains the source.
I know I could use an autoload, but this action must be generic in my php configuration. I think I must create a PHP extension, but is there another way?