video #17 - Module

8 months ago
32

Modules are script that you insert in your main program. PHP modules are extensions mostly written in the C language. They can be compiled with PHP to enable static loading (as part of the binary file) or dynamic loading (with the php.ini directive: extension = module_name.so) This returns an array with the names of the functions of a module.

Loading comments...