Open main menu

Changes

419 bytes added ,  22 February
m
==Who wrote PHP?==
https://www.php.net/credits.php
= Resource Sites =How do you upgrade?==# Aidan Lister from Autstralia has a nice site online (source provided to make your own similar site) which lists many classes and PHP functions for doing routine things that you will inevitabably face in programming. Things like making a directory structure recursively, or checking See the size of a directory and it's contents. http[https://aidanlisterwww.php.comnet/# Jeroen (John) Post created http:manual/en/onlinephpfunctions.com/ which lets you play with PHP code migrating appendices in the browser, and specifically test that code with multiple versions of PHP.manual]
== mod_php vs php-fpm ==
See the [https://www.zend.com/blog/apache-phpfpm-modphp#how-to-choose-between-mod-php-and-php-fpm article by Matthew Weier-O'Phinney on Zend.com]
== Language Features Resource Sites==
=== Magic Methods ===* [https#Aidan Lister from Autstralia has a nice site online (source provided to make your own similar site) which lists many classes and PHP functions for doing routine things that you will inevitabably face in programming. Things like making a directory structure recursively, or checking the size of a directory and it's contents. http://githubaidanlister.com/guidovanbiemen/setngeti SetnGeti] - an implementation of Magic Methods for getting and setting based on traits and DocBlock comments.* [https#Jeroen (John) Post created http://csprayonlinephpfunctions.github.iocom/2012/05/13/stop-calling-them-getters-setters Don't do it which lets you play with PHP code in the wrong way]browser, and specifically test that code with multiple versions of PHP.
 ==Language Features== ===Magic Methods=== *[https://github.com/guidovanbiemen/setngeti SetnGeti] - an implementation of Magic Methods for getting and setting based on traits and DocBlock comments.*[https://cspray.github.io/2012/05/13/stop-calling-them-getters-setters Don't do it the wrong way] === JSON ===
With <code>[https://php.net/manual/en/function.json-decode.php json_decode()]</code>, you either get an object, or using the optional second
</source>
 
==ToDo==
 
*implement the codesniffer locally https://github.com/wikimedia/mediawiki-tools-codesniffer
[[Category:PHP]]