You'll probably be looking for a book to explain this. Or a video if you can find one.
PHP Basic Concepts
Hello,
I am quite familiar with PHP and web development in general. I can create dynamic web sites and I do that for some time now. I am currently using Laravel 4 to keep things organized. But the problem is that I have deep gasps in the theoretical part of PHP and its basic concepts.
For example :
How does PHP run(all steps for server-interpreter-and back to server) What modules really are? What's the use of extensions? What is a callback? What happens when a function is called?
And so on...
I want to understand this kind of things to become a better PHP programmer (knowing what he is doing and how things work) and also to enrich my thesis project..
As I can see(I maybe wrong) in the php.net documentation that kind of stuff is not discussed (especially about interpreters and core functionality )
I don't expect you to provide me all these answers but I would like to ask you if there is a good site or some kind of documentation out there...
This might not be the best forum for that kind of questions (since the site basically focuses on Laravel framework) but many of you have deep knowledge of PHP and I hope that someone will help me..
Sorry if my English is bad(it' s not my native language) and thank you in advance..
http://www.slideshare.net/ravirajforyou/how-php-works
http://www.slideshare.net/jpauli/quick-tour-of-php-from-inside?related=1
The source is always a good place https://github.com/php/php-src
The wiki has lots of info and slides https://wiki.php.net/internals/references
Please or to participate in this conversation.