Skorzystaj z wyszukiwarki lub indeksu alfabetycznego.
Przykłady: pci, /dev/null, functional unit, embedded system, pseudo-tty, nfs.
1 definition found
From The Free On-line Dictionary of Computing (05 January 2017) [foldoc]:
PHP: Hypertext Preprocessor
PHP
(PHP) An Open Source,
server-side, cross-platform, scripting language used to
create dynamic web pages.
PHP can be embedded in HTML using special tags like:
Hello World
'; ?>
This is stored in a file with a ".php" extension. The {web
server} passes the file to the PHP
interpreter which
executes the code in the tags. The tagged code
is then replaced with its output, typically ordinary HTML, in
the response sent to the
web browser.
PHP is a
recursive acronym.
Latest version: 5.3.2 2010-03-04, as of 2010-03-20.
PHP Home
http://php.net/.
{Cheat sheet
(http://addedbytes.com/cheat-sheets/php-cheat-sheet/)}.
(2010-03-20)