Search Results

0
votes

Why are the built in functions in PHP named so randomly?

Initially PHP was mere a scripting language with no object oriented support (PHP 3) so, the function names used in PHP upto version 3 and 4 are mostly inspired from PERL syntax. But PHP 5 has lots …