PHP - meaning and definition. What is PHP
Diclib.com
Online Dictionary

What (who) is PHP - definition

SCRIPTING LANGUAGE FOCUSED ON WEB DEVELOPMENT
Php; Phtml; PHP: Hypertext Preprocessor; PHP programming language; PHP Hypertext Preprocessor; PHTML; .php; PHP 5; Hypertext Preprocessor; PHP4; Personal Home Page; Php5; Php info(); Php6; PHP User Group; PHP5; PHP:Hypertext Preprocessor; PHP 6; PHP script; PHP Class; .phtml; PHP6; Php.net; Php script; Php 2; Php 1; Php 3; Php 4; Php3; Php2; Php1; PHP Data Objects; Php (programming language); PHP (programming language); Php 5.3; Php 6.0; Php 5.2; Php 5.1; Php 5.0; Phpdev; PHP Hypertext Preprocessor (programming language); Standard PHP Library; The PHP Group; PHP/FI; Personal Home Page Tools; PHP Tools; PHP programming; PHP interpreter; PHP Knowlege share; PHP variables; Php variables; Visibility of PHP properties and methods; Visibility of PHP members; PHP-FPM; Php 5.4; Phptutorial; Php language; Register globals; Type hinting; Type hint; PHPNG; PHP next generation; PHP Next Generation; Zephir (programming language); ElePHPant; PHP7; PHP 7; Phpng; PHP5-FPM; PHP programing language; PHP3; PHP version history; Php-fpm; PHP8; PHP 8; PHP 8.1
  • A "Hello World" application in PHP 7.4 running on its built-in development server
  • This is an example of PHP code for the [[WordPress]] [[content management system]].
  • Squid]]
  • Example output of the phpinfo() function in PHP 7.1
  • Dynamic web page: example of [[server-side scripting]] (PHP and MySQL)
  • The elePHPant, PHP mascot

PHP: Hypertext Preprocessor         
<World-Wide Web, programming> (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: < ? php echo ' < p > Hello World < /p >'; ? > 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 < ? php ... ? > tags. This generates ordinary HTML to send to the web browser. PHP is a recursive acronym. Latest version: 5.2.3 2007-05-31, as of 2007-08-10. PHP Home (http://php.net/). {php-cheat-sheet/">Cheat sheet (http://www.ilovejackdaniels.com/cheat-sheets/php-cheat-sheet/)}. (2007-08-10)
PHP         
  • 100px
  • 100px
  • 100px
  • United States Administration 50 centavos silver coin minted in [[San Francisco]] in 1918.
  • 100px
  • [[Piloncitos]], a type of coin used by the pre-colonial peoples of the archipelago
  • A 100-peso note from the English Series, which was introduced in 1951.
  • 1944 Philippines five-centavo coin of the Commonwealth period.
  • ten-centavo coin issued 1907–1945.
  • 100px
  • 100px
  • 100px
  • 100px
  • 100px
  • 100px
  • 100px
  • 100px
  • 100px
  • 100px
  • 100px
  • 100px
OFFICIAL CURRENCY OF THE PHILIPPINES
Philippine Peso; Filipino Pesos; Philippine peso (piso); PhP; Filipino peso; Philippines peso; Philippine pesos; Philippine dollar; Philipines peso; Philippine centavo; Philippine céntimo; Philippine centimo; Philippines currency; Philippine money; Currency of the Philippines; Philippine piso; PH₱; Culion leper colony currency; Culion leper colony money; Culion leper money; Culion leper coins; Philippine currency; ISO 4217:PHP; Commemorative banknotes of the Philippine peso
PHP Hypertext Preprocessor (Reference: PHP/FI, HTML, CGI, successorr)
PHP         
  • 100px
  • 100px
  • 100px
  • United States Administration 50 centavos silver coin minted in [[San Francisco]] in 1918.
  • 100px
  • [[Piloncitos]], a type of coin used by the pre-colonial peoples of the archipelago
  • A 100-peso note from the English Series, which was introduced in 1951.
  • 1944 Philippines five-centavo coin of the Commonwealth period.
  • ten-centavo coin issued 1907–1945.
  • 100px
  • 100px
  • 100px
  • 100px
  • 100px
  • 100px
  • 100px
  • 100px
  • 100px
  • 100px
  • 100px
  • 100px
OFFICIAL CURRENCY OF THE PHILIPPINES
Philippine Peso; Filipino Pesos; Philippine peso (piso); PhP; Filipino peso; Philippines peso; Philippine pesos; Philippine dollar; Philipines peso; Philippine centavo; Philippine céntimo; Philippine centimo; Philippines currency; Philippine money; Currency of the Philippines; Philippine piso; PH₱; Culion leper colony currency; Culion leper colony money; Culion leper money; Culion leper coins; Philippine currency; ISO 4217:PHP; Commemorative banknotes of the Philippine peso

Wikipedia

PHP

PHP is a general-purpose scripting language geared toward web development. It was originally created by Danish-Canadian programmer Rasmus Lerdorf in 1993 and released in 1995. The PHP reference implementation is now produced by The PHP Group. PHP was originally an abbreviation of Personal Home Page, but it now stands for the recursive initialism PHP: Hypertext Preprocessor.

PHP code is usually processed on a web server by a PHP interpreter implemented as a module, a daemon or as a Common Gateway Interface (CGI) executable. On a web server, the result of the interpreted and executed PHP code – which may be any type of data, such as generated HTML or binary image data – would form the whole or part of an HTTP response. Various web template systems, web content management systems, and web frameworks exist which can be employed to orchestrate or facilitate the generation of that response. Additionally, PHP can be used for many programming tasks outside the web context, such as standalone graphical applications and robotic drone control. PHP code can also be directly executed from the command line.

The standard PHP interpreter, powered by the Zend Engine, is free software released under the PHP License. PHP has been widely ported and can be deployed on most web servers on a variety of operating systems and platforms.

The PHP language evolved without a written formal specification or standard until 2014, with the original implementation acting as the de facto standard which other implementations aimed to follow. Since 2014, work has gone on to create a formal PHP specification.

W3Techs reports that as of January 2023, "PHP is used by 77.8% of all the websites whose server-side programming language we know." It also reports that only 8% of PHP users use the currently supported 8.x versions. Most use unsupported PHP 7, more specifically 7.4, and even PHP 5 has 23% of the use, also not supported with security updates, and known to have serious security vulnerabilities.

Pronunciation examples for PHP
1. Linux, Apache, MySQL, PHP.
Untappd _ Greg Avola _ Talks at Google
2. the Heroku for PHP.
The Lean Entrepreneur _ Brant Cooper & Patrick Vlaskovits _ Talks at Google
3. And he's a PHP programmer.
The Lean Entrepreneur _ Brant Cooper & Patrick Vlaskovits _ Talks at Google
4. I found a bit of PHP code.
ted-talks_2019_KerenElazari_2014-320k
5. It was built on PHP, some HTML.
The Man Behind Android Figures _ Andrew Bell _ Talks at Google
Examples of use of PHP
1. He added that while little understood outside of computer programming circles, "PHP is the king of the Web development world." Recognition of the growing role that PHP is playing within businesses has spurred two of the world‘s top three software companies –– IBM and Oracle Corp. to work with Zend and embrace PHP as a development platform, helping legitimate the use of PHP among top corporate decision makers.
2. Migrant children in urban areas send high remittances at an average of Php 11, 868 per month while children who live in their own households in the rural areas give their parents an average of Php 1, 386 monthly.
3. Its original name reveals its early focus: PHP Personal Home Page Tools.
4. BIKING THE COLUMBIA RIVER HIGHWAY STATE TRAIL: http://www.oregonstateparks.org/park_155.php.
5. New publishing tools such blogs and wikis – a sort of group blog –– typically are built with PHP.