Goldenweb.it homepage

ANNUNCI | DIRECTORY | FONTS | ICONE | NEWSGROUPS | TOP25 | WALLPAPERS

English version  

ProPC.it
Negozio online dedicato ai pantografi CNC professionali ed Hobby di qualità, scanner 3D ed informatica. Il sito offre configuratori dei prodotti, forum, blog, galleria video, galleria foto, pagine informative.
Look 4 europe:: Europa In & Out ::
Look 4 Europe è un blog per tutte quelle persone che si sentono europee o amano l'Europa. Un blog per chi viaggia o vive in Europa, per chi risiede in Europe e per chi sogna l'Europa

GoldenWeb.it Directory "Premium" Links - Il tuo link qui...



Capitolo 32. Source Discussion

Now that you've got a safe build environment and you're able to include the modules into PHP files, it's time to discuss how everything works.

Module Structure

All PHP modules follow a common structure:

  • Header file inclusions (to include all required macros, API definitions, etc.)

  • C declaration of exported functions (required to declare the Zend function block)

  • Declaration of the Zend function block

  • Declaration of the Zend module block

  • Implementation of get_module()

  • Implementation of all exported functions