01-13-2021, 03:09 AM
(This post was last modified: 01-13-2021, 03:23 AM by John_Betong.)
PHP has been on the go for a very long time and has changed dramatically. There are now thousands of functions and the number is increasing!
What I don’t like about it is the function name changes and order of parameters to try and make it consistent. I would also like some functions to be the same as C and return -1 false value rather than a zero which could be either true or false!
The latest PHP 7.0 was a vast improvement over previous versions. I love the define strict_types, makes programming that much more strict, excuse-pun, but it does scream if incorrect parameters are passed.
I have yet to come to grips with the compiler and looking forward to see if it makes much of a difference.
What I don’t like about it is the function name changes and order of parameters to try and make it consistent. I would also like some functions to be the same as C and return -1 false value rather than a zero which could be either true or false!
The latest PHP 7.0 was a vast improvement over previous versions. I love the define strict_types, makes programming that much more strict, excuse-pun, but it does scream if incorrect parameters are passed.
I have yet to come to grips with the compiler and looking forward to see if it makes much of a difference.