What is PHP written in?
What PHP is used for
PHP powers a large share of the web's back-ends, especially content management and e-commerce. It is designed to be embedded in HTML and deployed easily on shared hosting.
Notable software: WordPress (which runs a major fraction of all websites), Wikipedia (MediaWiki), Facebook's original codebase, and Slack's backend.
Quick Facts
- Designed by
- Rasmus Lerdorf
- Developer
- Andi Gutmans and PHP Group
- First released
- 1995
- Typing
- dynamic
- License
- PHP License and 3-clause BSD License
- Filename extension
- .php, .phtml, .php4, .php3, .php5, .phps
- Website
- www.php.net
About PHP
PHP is a scripting language focused on web development. It is a dynamically typed and garbage-collected language that is executed directly by an interpreter. It supports imperative and object-oriented programming.
PHP first appeared in 1995 and was designed by Rasmus Lerdorf. Development is led by Andi Gutmans and PHP Group. Today PHP is one of the most widely used programming languages in the world.
How PHP is implemented
In the Language Lineage dataset, its runtime is implemented in C.
PHP in the language family tree
PHP drew on ideas from Perl, C, and Java and went on to influence Hack.
Sources: Wikipedia · Wikidata · Official site
Frequently Asked Questions
Evidence Sources
- https://github.com/php/php-src
- https://www.php.net/manual/en/history.php
- https://en.wikipedia.org/wiki/PHP
- https://en.wikipedia.org/wiki/Hack_(programming_language)
- PHP on Wikidata (Q59)