0:00 / 0:00

15 seconds

15 seconds

video #17 - Module

11 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.

0 Comments

  • 0/2000