Pregled bibliografske jedinice broj: 902887
Extending PHP with modules
Extending PHP with modules // POLYTECHNIC & DESIGN, 3 (2015), 1; 79-79 (domaća recenzija, članak, stručni)
CROSBI ID: 902887 Za ispravke kontaktirajte CROSBI podršku putem web obrasca
Naslov
Extending PHP with modules
Autori
Lozić, Davor ; Šimec, Alen
Izvornik
POLYTECHNIC & DESIGN (2459-6302) 3
(2015), 1;
79-79
Vrsta, podvrsta i kategorija rada
Radovi u časopisima, članak, stručni
Ključne riječi
Internet, php, modules, source code, variables, Debian Linux
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