Hello!
I want to be able to, at the end of an executed file, summarize what files it
included and required (via include() and require()). I have a very dynamic
script that depending on the situation handles several different files and
scripts.
To aid in developing, listing them would be helpful, to troubleshooting
problems. Iss there a way to list all the files that have been included along
the way?
Thanks in advance
--
Sandman[.net]
I want to be able to, at the end of an executed file, summarize what files it
included and required (via include() and require()). I have a very dynamic
script that depending on the situation handles several different files and
scripts.
To aid in developing, listing them would be helpful, to troubleshooting
problems. Iss there a way to list all the files that have been included along
the way?
Thanks in advance
--
Sandman[.net]
Comment