Home > Article > Backend Development > Extension and embedding of PHP--General outline_PHP tutorial
I initially came into contact with PHP development and PHP extension related content, and found that the book Extending and Embeded PHP is very good, and many issues are also explained very thoroughly. Here I will combine the content of some books I have read with my own practice to show it. It is not only a record for myself, but also a way to attract new ideas. I look forward to the guidance of PHP experts.
There is also a Chinese version of the book extending and embeded php. Some things are new, you can also refer to it:
http://www.walu.cc/phpbook/preface.md
This book mainly talks about two aspects:
How to extend php by adding functions, classes, resources and streams