Difference between revisions of "PHP"
Jump to navigation
Jump to search
(moved all the debugging stuff to a subpage) |
|||
Line 28: | Line 28: | ||
==Links== | ==Links== | ||
===Reference=== | ===Reference=== | ||
− | * [http://php.net/ | + | * [http://php.net/ Web] |
** [http://php.net/manual/ Manual] | ** [http://php.net/manual/ Manual] | ||
*** [http://php.net/manual/en/langref.php Language Reference] | *** [http://php.net/manual/en/langref.php Language Reference] | ||
Line 34: | Line 34: | ||
**** parameter types: [http://php.net/manual/en/functions.arguments.php Function arguments] (aka type hinting) | **** parameter types: [http://php.net/manual/en/functions.arguments.php Function arguments] (aka type hinting) | ||
* {{wikipedia}} | * {{wikipedia}} | ||
− | * [ | + | ===Social=== |
+ | * [https://twitter.com/official_php Twitter] | ||
+ | |||
===Projects=== | ===Projects=== | ||
* [https://www.phptherightway.com/ PHP The Right Way]: good practices and patterns | * [https://www.phptherightway.com/ PHP The Right Way]: good practices and patterns |
Revision as of 03:39, 14 June 2021
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
- /arrays
- /CLI: using PHP from a command line interface
- /criticism: why PHP is bad
- /debugging
- /file-handling
- /frameworks
- /GUI: graphical interface programming in PHP
- /interface keyword
- /trait keyword/concept
- /type declaration
Related Articles
- Apache and PHP: getting the two of them to work together nicely
- Perl vs. PHP: comparisons between the two languages
- register_globals
Links
Reference
- Web
- Manual
- Language Reference
- Magic constants
- parameter types: Function arguments (aka type hinting)
- Language Reference
- Manual
- Wikipedia
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
- phpUnderControl - "Continuous Integration for PHP"