Tagged Questions
The inclued tag has no wiki summary.
15
votes
5answers
309 views
Efficiently gathering information about the inner workings of a new PHP project. Tools? Techniques? Scripts?
I am soon to join a PHP project that has been developed over the course of several years. It's going to be huge, sparsely documented, many files, piles of code, no consitent quality level is to be ...
1
vote
1answer
94 views
How to use inclued? (inclued_get_data())
My first question is this. I thought the inclued tool would be useful to generate a file which contains information about how php-files are connected through include- and require-statements and it ...
1
vote
1answer
137 views
Using inclued php pecl extension
I'm currently trying to level up on my PHP debugging skills and as part of that I'm trying to learn several new tools. One of them is inclued.
The extension seemingly works fine (no startup error, ...