Difference between revisions of "PHP"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
Line 16: Line 16:
 
* [[/file]]-handling
 
* [[/file]]-handling
 
* [[/frameworks]]
 
* [[/frameworks]]
 +
* [[/function variable]]: a variable can be a reference to a function
 
* [[/GUI]]: graphical interface programming in PHP
 
* [[/GUI]]: graphical interface programming in PHP
 
* [[/interface]] keyword
 
* [[/interface]] keyword
Line 21: Line 22:
 
* [[/trait]] keyword/concept
 
* [[/trait]] keyword/concept
 
* [[/type declaration]]
 
* [[/type declaration]]
* [[/function variable]]: a variable can be a reference to a function
 
  
 
==Related Articles==
 
==Related Articles==

Revision as of 16:39, 10 April 2022

About

PHP is an interpreted programming language most commonly used in web sites. It is the language in which the MediaWiki, WordPress, Drupal, and ZenCart web software packages, among many others, are written.

Note that much of the information on this page is somewhat outdated; PHP continues to be actively developed and improved.

subpages

Related Articles

Links

Reference

Social

Projects

  • PHP The Right Way: good practices and patterns
  • Hardened PHP: patches to improve PHP security
  • 3v4l.org "is an online shell that allows you to run your code on my server. I compiled more than 200 different PHP versions (every version released since 4.3.0) plus HHVM for you to use."

Development Tools

Users Groups

Coding Resources