Quote:
|
Some say that PHP is a pour language...
|
I don't think it is a poor language. Just a poor function naming convention (or lack of one).
It has the look or hallmark of a language designed by and written by a committee who never actually communicated with each other.
Some function names have an underscrore as a word seperator require_once for example, others such as phpinfo do not. Then there is the txtspk names hex2bin for instance but also there are such conversion functions as strtoupper or strtolower
And it's not even consistent in groups of similar functions, ie string handling;
strip_tags vs stripslashes
It makes it look as if it was created by amateurs for amateurs.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
Last edited by chrishirst; 08-27-2011 at 08:15 AM..
|