Pregled bibliografske jedinice broj: 969138
Extending PHP with modules
Extending PHP with modules // Extending PHP with modules, 3 (2015), 1; 75-79 (domaća recenzija, članak, ostalo)
CROSBI ID: 969138 Za ispravke kontaktirajte CROSBI podršku putem web obrasca
Naslov
Extending PHP with modules
Autori
Šimec, Alen ; Lozić, Davor
Izvornik
Extending PHP with modules (1849-1995) 3
(2015), 1;
75-79
Vrsta, podvrsta i kategorija rada
Radovi u časopisima, članak, ostalo
Ključne riječi
php ; modules ; extending
Sažetak
The purpose of this article is to show how to extend PHP and build modules. Since PHP is built mostly with C, one must be familiar with C or at least with some programming constructs like variables, loops, structures, unions, macros etc. PHP modules are built when standard PHP abilities doesn’t fit developer’s needs and when a developer wants to create a set of function or a library for which he doesn’t want to provide the original source code. Since PHP is an interpreted language, it’s hard to hide the original source code. Before creating a module, this paper will also explain how PHP variables are handled internally and what tools one must have for creating PHP modules. Source code in this paper will work on Debian Linux distribution, but with small modifications, it should also work on other Linux distributions.
Izvorni jezik
Engleski
Znanstvena područja
Računarstvo