Are there any PHP programmers out there? What's your opinion on the language?
I (skim)read through a relatively old (2012) article about PHP: https://eev.ee/blog/2012/04/09/php-a-fr ... ad-design/ (and how bad it is... ).
I did try and learn PHP and remember thinking... well this is as confusing as hell... even for basic things:
e.g.
In Javascript, to get the length of a string or an array you use the .length property.
In Python, to get the length of a string or an array you use the len() function.
This makes sense... You define classes or datatypes when you set up a programming language... Why wouldn't you just chose the same naming for important functions or properties?
In PHP...
It's strlen() for the string length and sizeof() for arrays.
What do you as a PHP programmer, love about PHP? Is there anything you hate? Where do you think the language is heading with many companies, who have used PHP in the past, looking to extend using other languages (Facebook and Wordpress)?









