php has three major modules: 1. PHP kernel, used to process requests, file streams, error handling, etc.; 2. zend engine, used to convert source files into machine language, and then run them on the zend virtual machine Run; 3. PHP extension layer, which is a set of functions, class libraries and streams used to perform some specific operations.
The operating environment of this tutorial: windows7 system, PHP7.1 version, DELL G3 computer
php includes a total of 3 modules: php kernel, zend engine, php extension layer.
PHP Video Tutorial"
The above is the detailed content of How many modules does php have?. For more information, please follow other related articles on the PHP Chinese website!